init project

This commit is contained in:
ludj
2023-06-25 10:23:03 +08:00
parent c819d15a4e
commit f23314a54c
2423 changed files with 255238 additions and 0 deletions

View File

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