手持更新

This commit is contained in:
张江玮
2023-06-02 14:24:26 +08:00
parent 6200e0ad48
commit 3d2336fa04
23 changed files with 337 additions and 49 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.220:8010'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.4.220:8010'
}