修改为本地ip地址端口号,便于调试

This commit is contained in:
terrfly 2021-06-16 16:11:49 +08:00
parent 703d700024
commit b314926541
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
NODE_ENV=development
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