瀏覽代碼

销售易后台配置

wjj 14 小時之前
父節點
當前提交
b6fc8005f4
共有 2 個文件被更改,包括 632 次插入184 次删除
  1. 9 0
      src/api/xiaoshouyi/index.js
  2. 623 184
      src/views/system/config/config.vue

+ 9 - 0
src/api/xiaoshouyi/index.js

@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+export function getXiaoShouYiToken(refresh) {
+  return request({
+    url: '/xiaoShouYi/token',
+    method: 'get',
+    params: { refresh: refresh === true }
+  })
+}

File diff suppressed because it is too large
+ 623 - 184
src/views/system/config/config.vue


Some files were not shown because too many files changed in this diff