修改配置
This commit is contained in:
parent
a7958c3551
commit
6202f3765a
|
@ -35,8 +35,8 @@ 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://localhost:8080`,
|
target: `http://localhost:8080`,
|
||||||
target: `http://218.58.79.146:13081/prod-api/`,
|
// target: `http://218.58.79.146:13081/prod-api/`,
|
||||||
//target: `http://218.58.79.146:13080/prod-api/`,
|
//target: `http://218.58.79.146:13080/prod-api/`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
Loading…
Reference in New Issue