diff --git a/src/pages-sub/official-community/index.vue b/src/pages-sub/official-community/index.vue index 9013602..08c1ce0 100644 --- a/src/pages-sub/official-community/index.vue +++ b/src/pages-sub/official-community/index.vue @@ -1,8 +1,3 @@ - - { style: { @@ -12,25 +7,23 @@ import VueQrcode from '@chenfengyuan/vue-qrcode' }, } + diff --git a/src/service/index.ts b/src/service/index.ts index 337562d..8f59479 100644 --- a/src/service/index.ts +++ b/src/service/index.ts @@ -178,3 +178,10 @@ export const editRealNameAuthAPI = (data) => method: 'POST', data, }) + +// 获取客服信息 +export const getCustomerServiceAPI = () => + http({ + url: '/api/index/kefu', + method: 'POST', + })