修改配置
This commit is contained in:
parent
a7958c3551
commit
6202f3765a
|
@ -35,8 +35,8 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `http://localhost:8080`,
|
||||
target: `http://218.58.79.146:13081/prod-api/`,
|
||||
target: `http://localhost:8080`,
|
||||
// target: `http://218.58.79.146:13081/prod-api/`,
|
||||
//target: `http://218.58.79.146:13080/prod-api/`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
Loading…
Reference in New Issue