增加预发布环境
This commit is contained in:
@@ -17,7 +17,10 @@ import infoBox from "@/commons/utils/infoBox.js"
|
|||||||
import go from '@/commons/utils/go.js';
|
import go from '@/commons/utils/go.js';
|
||||||
// 测试服
|
// 测试服
|
||||||
let baseUrl = 'https://admintestpapi.sxczgkj.cn'
|
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 = '/ww'
|
||||||
// let baseUrl = 'http://192.168.1.15:8000'
|
// let baseUrl = 'http://192.168.1.15:8000'
|
||||||
|
|||||||
@@ -213,6 +213,15 @@
|
|||||||
"/ysk" : ""
|
"/ysk" : ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"/yufabu" : {
|
||||||
|
// 需要被代理的后台地址
|
||||||
|
"target" : "https://pre-cashier.sxczgkj.cn",
|
||||||
|
"changeOrigin" : true,
|
||||||
|
"secure" : false,
|
||||||
|
"pathRewrite" : {
|
||||||
|
"/yufabu" : ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"/ww" : {
|
"/ww" : {
|
||||||
// 需要被代理的后台地址
|
// 需要被代理的后台地址
|
||||||
"target" : "http://192.168.1.15:8000",
|
"target" : "http://192.168.1.15:8000",
|
||||||
|
|||||||
Reference in New Issue
Block a user