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

18
.env.development Normal file
View File

@@ -0,0 +1,18 @@
NODE_ENV = 'development'
ENV = 'development'
VITE_PUBLIC_PATH = '/'
# 是否使用MOCK
VITE_APP_USE_MOCK = true
# proxy
VITE_PROXY = [["/api","http://localhost:8080"],["/api-test","localhost:8080"]]
# base api
# VITE_APP_GLOB_BASE_API = '/api'
VITE_APP_GLOB_BASE_API = '/api-mock'
# test base api
VITE_APP_GLOB_BASE_API_TEST = '/api-test'