This commit is contained in:
2023-09-13 18:29:35 +08:00
commit 4ac8391a9a
126 changed files with 15555 additions and 0 deletions

6
.env.development Normal file
View File

@@ -0,0 +1,6 @@
# 本地环境
ENV = development
# 本地环境接口地址
# VITE_API_URL = 'http://admintestapi.sxczgkj.cn/admin/'
VITE_API_URL = 'http://admintestapi.sxczgkj.cn/admin/'