first commit

This commit is contained in:
System Administrator
2023-05-31 15:05:11 +08:00
commit 2d7e98e307
344 changed files with 53859 additions and 0 deletions

15
.env.preview Normal file
View File

@@ -0,0 +1,15 @@
# 预览环境
# 指定构建模式
NODE_ENV=production
# 标记当前构建方式
VUE_APP_BUILD_MODE=PREVIEW
# 页面 title 前缀
VUE_APP_TITLE=企业级后台管理系统pre
# 显示源码按钮
VUE_APP_SCOURCE_LINK=FALSE
# 部署路径
VUE_APP_PUBLIC_PATH=/
# 启用权限管理
VUE_APP_PM_ENABLED = true