修改地址
This commit is contained in:
parent
8e9847b6a2
commit
4bff3a850d
|
|
@ -35,7 +35,7 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://192.168.0.38:42880/ldlz/`,
|
||||
target: `http://192.168.0.38:18080/bnscloud/ldlz/`,
|
||||
// target: `http://47.104.226.90:9002`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,12 @@
|
|||
let web_url="http://20.56.230.91:10080"
|
||||
//内网测试环境
|
||||
// let web_url="http://20.56.230.91:10080"
|
||||
// let request_url="http://20.56.230.91:10080/bnscloud"
|
||||
//let contentPath="/bonus_cloud_web";
|
||||
let contentPath="/hn_cloud_web";
|
||||
let web_url="http://127.0.0.1:8849"
|
||||
let request_url="http://127.0.0.1:18080/bnscloud"
|
||||
|
||||
|
||||
let contentPath="/bonus_cloud_web";
|
||||
let request_url="http://20.56.230.91:10080/bnscloud"
|
||||
//承载力大屏
|
||||
let czl_url= request_url+"/czldp";
|
||||
//承载力后台
|
||||
|
|
|
|||
Loading…
Reference in New Issue