From c307ae5a62d924e3a286530dc2d1821ce28ce2e9 Mon Sep 17 00:00:00 2001 From: 123456 <123456> Date: Tue, 16 May 2023 10:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E5=88=86=E5=8E=82=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/devSever.ts | 4 ++-- src/views/Mechanics/child/son/index.vue | 6 +++--- src/views/PaintShopView/finishView/top.vue | 6 +++--- src/views/PaintShopView/machiningView/top.vue | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/utils/devSever.ts b/src/utils/devSever.ts index cda6278..99d6906 100644 --- a/src/utils/devSever.ts +++ b/src/utils/devSever.ts @@ -8,8 +8,8 @@ * 版权信息 : 2023 by ${再登软件}, All Rights Reserved. */ -export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://192.168.3.97:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"} -// export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"} +// export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://192.168.3.97:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"} +export const development={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"} export const production={xhr:process.env.VUE_APP_BASE_API,ws:"ws://8.130.165.100:9018/",imgxhr:process.env.VUE_APP_BASE_API+"/image/"} //拼接图片url路径 export function imgurlAddXhr(img){ diff --git a/src/views/Mechanics/child/son/index.vue b/src/views/Mechanics/child/son/index.vue index 95c017b..fbd8d1a 100644 --- a/src/views/Mechanics/child/son/index.vue +++ b/src/views/Mechanics/child/son/index.vue @@ -1,5 +1,5 @@