初始化

This commit is contained in:
qsh
2023-02-15 09:17:05 +08:00
parent eebc6c8e4c
commit a7606b1f20
301 changed files with 23347 additions and 2 deletions

11
.env.development Normal file
View File

@@ -0,0 +1,11 @@
# 页面标题
VUE_APP_TITLE = 对嘛管理系统
# 开发环境配置
ENV = 'development'
# 对嘛管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true