代码更新

This commit is contained in:
2022-12-24 19:02:32 +08:00
parent 33d6668766
commit f60cbaae6c
4 changed files with 23 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.4.117:8010'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.4.117:8010'
}