增加预发布环境

This commit is contained in:
YeMingfei666 2024-10-22 14:27:16 +08:00
parent a183514533
commit 385c95a15e
2 changed files with 13 additions and 1 deletions

View File

@ -17,7 +17,10 @@ import infoBox from "@/commons/utils/infoBox.js"
import go from '@/commons/utils/go.js';
// 测试服
let baseUrl = 'https://admintestpapi.sxczgkj.cn'
// let baseUrl = 'http://192.168.1.15:8000'
//预发布
// let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn'
// 王伟本地测
// let baseUrl = '/ww'
// let baseUrl = 'http://192.168.1.15:8000'

View File

@ -213,6 +213,15 @@
"/ysk" : ""
}
},
"/yufabu" : {
//
"target" : "https://pre-cashier.sxczgkj.cn",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/yufabu" : ""
}
},
"/ww" : {
//
"target" : "http://192.168.1.15:8000",