feat(custom): i

This commit is contained in:
2023-09-06 03:48:46 +08:00
parent 3b3cb7ba34
commit a9707c6d94
51 changed files with 2273 additions and 87 deletions

View File

@@ -1,11 +1,13 @@
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/'
VITE_PUBLIC_PATH = '/static/admin'
# 是否启用MOCK
VITE_USE_MOCK = true
VITE_USE_MOCK = false
# base api
VITE_BASE_API = '/api'
VITE_BASE_API = 'https://www.wanzhuanyongcheng.cn/admin'
# VITE_GAME_API = 'http://www.wanzhuanyongcheng.cn/admin'
# 是否启用压缩
VITE_USE_COMPRESS = true