|
|
|
@ -35,8 +35,7 @@ module.exports = { |
|
|
|
|
proxy: { |
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
|
|
target: `http://localhost:8080/`,//用户名:admin 密码Cjy@123abc
|
|
|
|
|
// target: `http://192.168.0.200:8080/`,//用户名:admin 密码Cjy@123abc
|
|
|
|
|
target: `http://39.105.17.128:8080/`,//用户名:admin 密码Cjy@123abc
|
|
|
|
|
changeOrigin: true, |
|
|
|
|
pathRewrite: { |
|
|
|
|
['^' + process.env.VUE_APP_BASE_API]: '' |
|
|
|
|