配置文件
This commit is contained in:
parent
3c84f7c76a
commit
b4da1ddc80
|
|
@ -35,7 +35,7 @@ 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://192.168.0.50:8100`,
|
target: `http://127.0.0.1:8100`,
|
||||||
// target: `http://192.168.0.14:8001`,
|
// target: `http://192.168.0.14:8001`,
|
||||||
// target: `http://192.168.2.146:8100`,
|
// target: `http://192.168.2.146:8100`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue