flx:修改配置

This commit is contained in:
Rain_ 2025-08-21 09:38:45 +08:00
parent 1c8421f7d7
commit 7dc43b6d0d
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@
// export const BASE_URL = "http://jxj.zhgdyun.com:18004" // 包头线上地址
// export const BASE_URL = "http://219.147.96.219:9809" // 包头线上地址(正式)
export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式)
// export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.34.221:9111" : "http://219.147.96.219:9809" // 包头线上地址(正式)
export const BASE_URL = process.env.NODE_ENV === 'development' ? "http://101.43.164.214:11000" : "http://192.168.3.9:39809" // 包头线上地址(内网)
//是否已显示未登录弹窗
let showNoLoginTip = false

View File

@ -142,7 +142,8 @@
}
},
"router" : {
"mode" : "history"
"mode" : "hash",
"base" : "/wflowApp/"
},
"title" : "wflow-pro工作流"
}