|
|
|
|
@ -35,8 +35,8 @@ module.exports = { |
|
|
|
|
proxy: { |
|
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
|
|
[process.env.VUE_APP_BASE_API]: { |
|
|
|
|
// target: `http://127.0.0.1:8031`,
|
|
|
|
|
target: `http://192.168.0.110:8030`,
|
|
|
|
|
target: `http://127.0.0.1:8031`,
|
|
|
|
|
// target: `http://192.168.0.110:8030`,
|
|
|
|
|
// target: `http://192.168.0.105:8030`,
|
|
|
|
|
// target: `http://120.77.94.227:8030`,
|
|
|
|
|
// target: `http://xiaowen.vaiwan.com`,
|
|
|
|
|
@ -86,7 +86,6 @@ module.exports = { |
|
|
|
|
.loader("sass-resources-loader") |
|
|
|
|
.options({ |
|
|
|
|
// 要公用的scss的路径
|
|
|
|
|
|
|
|
|
|
resources: "src/assets/styles/_customVariables.scss", |
|
|
|
|
}) |
|
|
|
|
.end(); |
|
|
|
|
|