From 7e8ff778f926c759689f23f7d0d7a9aaa0be7ba8 Mon Sep 17 00:00:00 2001 From: Chopper Date: Tue, 22 Feb 2022 01:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=A2=9E=E5=8A=A0im=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/api/common.js | 7 +++++++ seller/src/views/home/home.vue | 24 +++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) 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 @@