Initial commit

This commit is contained in:
qianhao.xu
2023-11-14 18:09:40 +08:00
commit 19ae3ef130
411 changed files with 33483 additions and 0 deletions

18
.env.development Normal file
View File

@@ -0,0 +1,18 @@
# 开发环境配置
ENV = 'development'
# 页面标题
VUE_APP_TITLE = '上海干巷MES'
# 开发环境
VUE_APP_BASE_API = '/dev-api'
#socket API
VUE_APP_SOCKET_API = '/msgHub'
# 路由前缀
VUE_APP_ROUTER_PREFIX = '/'
# 默认上传地址
VUE_APP_UPLOAD_URL = '/Common/UploadFile'