first commit

This commit is contained in:
zhangchuanlong
2022-01-08 17:20:46 +08:00
commit 8d0158be7c
80 changed files with 5240 additions and 0 deletions

14
.env.staging Normal file
View File

@@ -0,0 +1,14 @@
NODE_ENV = 'production'
ENV = 'staging'
VITE_PUBLIC_PATH = '/'
# 是否使用MOCK
VITE_APP_USE_MOCK = false
# base api
VITE_APP_GLOB_BASE_API = '/api-mock'
# test base api
VITE_APP_GLOB_BASE_API_TEST = '/api-test'