兴安生产环境地址
This commit is contained in:
@@ -39,9 +39,9 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
target: `http://127.0.0.1:6609`, //本地
|
// target: `http://127.0.0.1:6609`, //本地
|
||||||
//target: `http://192.168.1.183:6609`, //测试
|
//target: `http://192.168.1.183:6609`, //测试
|
||||||
// target: `http://124.165.248.158:33966`, //正式环境
|
target: `http://113.26.248.155:33966/`, //正式环境
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user