From 2441b605777100185e66c1ea89ee78c01be141ce Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Mon, 2 Mar 2026 16:34:21 +0800 Subject: [PATCH] 路由配置 --- config/dev.env.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index f934ec0..87b7a20 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,9 +5,9 @@ const prodEnv = require('./prod.env') const isDev = false; //开发API地址 // const devAdrress='"http://weberp.xlyprint.cn/xlyReport"'; -const devAdrress='"http://10.100.5.241:8888/xlyReport"'; +const devAdrress='"http://119.145.27.222:8889/xlyReport"'; //正式打包API地址 -const ipAdrress='"http://10.100.5.241:8888/xlyReport"'; +const ipAdrress='"http://"+location.host+"/xlyReport"'; module.exports = merge(prodEnv, { NODE_ENV: '"development"', @@ -15,4 +15,3 @@ module.exports = merge(prodEnv, { // BASE_API: '"http://weberp.xlyprint.cn/xlyReport"', // API_WS: '"ws://127.0.0.1:8080/api/websocket"' }) - -- libgit2 0.22.2