修改为本地ip地址端口号,便于调试
This commit is contained in:
parent
703d700024
commit
b314926541
|
|
@ -1,3 +1,3 @@
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
VUE_APP_BASE_URL=/
|
VUE_APP_BASE_URL=/
|
||||||
VUE_APP_API_BASE_URL=http://192.168.0.199:8030
|
VUE_APP_API_BASE_URL=http://192.168.0.199:9216
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue