From 2cfe2f366d31d8781a0e34e727d3a73a6111deb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Thu, 9 Jun 2022 14:58:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/im/store/index.vue | 4 ++++ src/views/im/system/index.vue | 4 ++++ src/views/im/waiter/index.vue | 4 ++++ vite.config.js | 4 ++-- 4 files changed, 14 insertions(+), 2 deletions(-) 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/, ''),