mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
提交
This commit is contained in:
@@ -89,26 +89,26 @@
|
||||
"^/uboeApi" : "/api"
|
||||
}
|
||||
},
|
||||
"/statApi": {
|
||||
// 目标代理服务器地址
|
||||
"target" : "http://192.168.0.11:9080",
|
||||
"changeOrigin" : true,
|
||||
"logLevel" :"debug",
|
||||
"secure" : false,
|
||||
"pathRewrite" : {
|
||||
"^/statApi": ""
|
||||
}
|
||||
},
|
||||
"/socialApi": {
|
||||
// 目标代理服务器地址
|
||||
"target": "http://192.168.0.11:9081",
|
||||
"changeOrigin": true,
|
||||
"logLevel":"debug",
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/socialApi": ""
|
||||
}
|
||||
}
|
||||
"/statApi" : {
|
||||
// 目标代理服务器地址
|
||||
"target" : "http://192.168.0.11:9080",
|
||||
"changeOrigin" : true,
|
||||
"logLevel" :"debug",
|
||||
"secure" : false,
|
||||
"pathRewrite" : {
|
||||
"^/statApi": ""
|
||||
}
|
||||
},
|
||||
"/socialApi": {
|
||||
// 目标代理服务器地址
|
||||
"target": "http://192.168.0.11:9081",
|
||||
"changeOrigin": true,
|
||||
"logLevel":"debug",
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/socialApi": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"optimization" : {
|
||||
|
||||
Reference in New Issue
Block a user