From ad4dd03372db89c89206374e5b9b2de6882f0e86 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 10 Jul 2024 16:42:15 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=96=B0=E5=A2=9E=E6=B5=8E?= =?UTF-8?q?=E5=8D=97=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 3 ++- src/store/index.js | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index f5f8920a..6efc824a 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -189,7 +189,8 @@ if (process.env.NODE_ENV == "development") { // axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用) // axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址 // axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址 - axios.defaults.baseURL = 'http://1.13.185.209:9820/' //中科佳成正式地址 + // axios.defaults.baseURL = 'http://1.13.185.209:9820/' //中科佳成正式地址 + axios.defaults.baseURL = 'http://192.168.110.220:9809/' //同济正式地址 // axios.defaults.baseURL = 'http://192.168.100.4:9809/' //乌丹(合肥启程)新正式地址 } else if (process.env.NODE_ENV == "debug") { axios.defaults.baseURL = "https://www.ceshi.com"; diff --git a/src/store/index.js b/src/store/index.js index dabc1f0b..d6440b1d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -46,8 +46,10 @@ export default new Vuex.Store({ state: { PAGESIZRS: [10, 20, 30, 50], - UPLOADURL: 'http://1.13.185.209:9820/upload/image/', // 中科佳成 - FILEURL: 'http://1.13.185.209:9820/image/', // 中科佳成 + UPLOADURL: 'http://192.168.110.220:9809/upload/image/', // 同济 + FILEURL: ' http://192.168.110.220:9809/image/', // 同济 + // UPLOADURL: 'http://1.13.185.209:9820/upload/image/', // 中科佳成 + // FILEURL: 'http://1.13.185.209:9820/image/', // 中科佳成 // UPLOADURL: ' http://101.43.164.214:11111/upload/image/', // 百色 // FILEURL: ' http://101.43.164.214:11111/image/', // 百色 // UPLOADURL:'http://182.90.224.237:51234/upload/image/',