feat(custom): i
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user