新项目

This commit is contained in:
2024-05-06 09:48:37 +08:00
parent fb97c504ef
commit 30d7c5611e
442 changed files with 41092 additions and 0 deletions

9
.env.production Normal file
View File

@@ -0,0 +1,9 @@
# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/wmsapi'
## 配置 正式接口地址
VUE_APP_URL = "https://supervise.yxtsoft.com"
VUE_APP_REPORT_URL = ""