From 08c30cac9c731eb3e8c60d515b30c2b4998af80e Mon Sep 17 00:00:00 2001 From: doublekou <951513186@qq.com> Date: Mon, 25 Sep 2023 13:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A2=84=E7=BA=A6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../geopoliticalCustomersModal.vue | 20 +++++++++---------- vite.config.ts | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/geopoliticalCustomers/geopoliticalCustomersModal.vue b/src/views/geopoliticalCustomers/geopoliticalCustomersModal.vue index 8472553..1fac550 100644 --- a/src/views/geopoliticalCustomers/geopoliticalCustomersModal.vue +++ b/src/views/geopoliticalCustomers/geopoliticalCustomersModal.vue @@ -277,6 +277,11 @@ :style="{ width: title === '详情' || title === '分发' ? '103%' : '100%' }" /> + @@ -306,6 +306,11 @@ /> + diff --git a/vite.config.ts b/vite.config.ts index c42433a..8d04afb 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,13 +22,13 @@ import { antdvStyleDeps } from './src/utils/resolvers' //项目 // const serverAddress = 'http://admin.ballcat.cn' //xy -// const serverAddress = 'http://172.18.0.225:8000' +const serverAddress = 'http://172.18.0.225:8000' //jt // const serverAddress = 'http://172.18.1.8:8000' //ts // const serverAddress = 'http://172.18.0.228:8000' //测试 -const serverAddress = 'http://39.100.77.21:8000' +// const serverAddress = 'http://39.100.77.21:8000' //线上ip // const serverAddress = 'http://175.27.212.74:80'