diff --git a/seller/src/api/common.js b/seller/src/api/common.js index f33a6d38..f0022aa6 100644 --- a/seller/src/api/common.js +++ b/seller/src/api/common.js @@ -9,3 +9,10 @@ export const getChildRegion = (id) => { export const getRegion = (params) => { return getRequest(`${commonUrl}/common/common/region/region`, params); }; + + + +// 获取IM接口前缀 +export function getIMDetail () { + return getRequest(`${commonUrl}/common/common/IM`); +} diff --git a/seller/src/views/home/home.vue b/seller/src/views/home/home.vue index ccec140b..79bd70f3 100644 --- a/seller/src/views/home/home.vue +++ b/seller/src/views/home/home.vue @@ -16,11 +16,13 @@
店铺名称:{{userData.storeName || '暂无'}}
-
店铺状态:{{userData.storeDisable=='OPEN' ? '开启中' : '关闭'}}
+
+ +
@@ -199,6 +201,7 @@