This commit is contained in:
zhangzq
2024-02-02 17:54:37 +08:00
parent a2454f25fa
commit ce7403b682
492 changed files with 27308 additions and 35035 deletions

View File

@@ -0,0 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: '/'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.46.5:8011'
}
}