From 5abb93d20289a7e19f6029a444db822a99916879 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Thu, 11 Sep 2025 10:48:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9B=E5=BB=BA=E6=96=B0=E5=95=86?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/merchant.js | 17 ++ .../permission/merchant-account/index.vue | 240 +++++++++++++++++- 2 files changed, 251 insertions(+), 6 deletions(-) diff --git a/src/api/modules/merchant.js b/src/api/modules/merchant.js index 7a9dd02..6611c04 100644 --- a/src/api/modules/merchant.js +++ b/src/api/modules/merchant.js @@ -15,3 +15,20 @@ export function setMerchantPermissions(data) { data }) } + +export function shopBaseConfig(query, data) { + return request({ + url: '/shop/base_config', + method: 'put', + params: query, + data + }) +} + +export function listPlatformCategory(params) { + return request({ + url: '/category/list', + method: 'get', + params + }) +} diff --git a/src/views/modules/operation-management/permission/merchant-account/index.vue b/src/views/modules/operation-management/permission/merchant-account/index.vue index 277bd34..9e5a071 100644 --- a/src/views/modules/operation-management/permission/merchant-account/index.vue +++ b/src/views/modules/operation-management/permission/merchant-account/index.vue @@ -33,6 +33,106 @@ + +

店铺基础信息

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +