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 @@ + +

店铺基础信息

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