diff --git a/src/views/im/store/index.vue b/src/views/im/store/index.vue index cf7cf76..28d6238 100644 --- a/src/views/im/store/index.vue +++ b/src/views/im/store/index.vue @@ -163,6 +163,10 @@ const config = reactive({ // 表格列配置 columns: [ + { + type: 'selection', + width: 60, + }, { label: '所属系统', width: 160, diff --git a/src/views/im/system/index.vue b/src/views/im/system/index.vue index ec1496a..9299b26 100644 --- a/src/views/im/system/index.vue +++ b/src/views/im/system/index.vue @@ -130,6 +130,10 @@ const config = reactive({ // 表格列配置 columns: [ + { + type: 'selection', + width: 60, + }, { label: '系统标识', prop: 'client', diff --git a/src/views/im/waiter/index.vue b/src/views/im/waiter/index.vue index 9eb27fb..67087e8 100644 --- a/src/views/im/waiter/index.vue +++ b/src/views/im/waiter/index.vue @@ -194,6 +194,10 @@ const config = reactive({ // 表格列配置 columns: [ + { + type: 'selection', + width: 60, + }, { label: '所属店铺', width: 160, diff --git a/vite.config.js b/vite.config.js index e61b7e3..6e19788 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,9 +23,9 @@ export default (configEnv) => { // target: 'http://192.168.10.109:8090/', // 显雨 // target: 'http://192.168.10.5:4500', // 高玉 // target: 'http://192.168.10.67:8090', // 罗战 - target: 'http://192.168.10.94:8090', // 周渺 + // target: 'http://192.168.10.94:8090', // 周渺 // target: 'http://192.168.10.124:8090', // 舒梦娇 - // target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址 + target: 'https://k8s-horse-gateway.mashibing.cn/', // 测试地址 // target: 'https://you-gateway.mashibing.com', // 生产环境 changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''),