init project

This commit is contained in:
2022-06-27 11:24:02 +08:00
parent 8798ab81de
commit 24c6e2e9a8
442 changed files with 45502 additions and 0 deletions

10
qd/public/config.js Normal file
View File

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