1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00

feat: 提供云端mock服务

This commit is contained in:
zclzone 2023-12-18 23:01:31 +08:00
parent 60ab640aca
commit a3951eb36f

View File

@ -4,5 +4,6 @@ VITE_USE_HASH = 'true'
# 资源公共路径,需要以 /开头和结尾 # 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/' VITE_PUBLIC_PATH = '/'
# 代理配置-target # 代理配置-target 本地服务 | Apifox云端mock
VITE_PROXY_TARGET = 'http://localhost:8085' # VITE_PROXY_TARGET = 'http://localhost:8085'
VITE_PROXY_TARGET = 'https://mock.apifox.com/m1/3776410-0-default/'