opt:处理代码冲突

This commit is contained in:
2024-05-10 14:19:13 +08:00
parent ce168c147b
commit a07df96854
31 changed files with 172 additions and 156 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://localhost:8020'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://localhost:8020'
}