初始项目

This commit is contained in:
陈昱达
2025-04-08 10:31:05 +08:00
commit 859c254df3
118 changed files with 25307 additions and 0 deletions

6
.env.dev Normal file
View File

@@ -0,0 +1,6 @@
# env
NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
# flag
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://192.168.11.119'