mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
# 是否使用Hash路由
|
|
VITE_USE_HASH = 'true'
|
|
|
|
# 资源公共路径,需要以 /开头和结尾
|
|
VITE_PUBLIC_PATH = '/'
|
|
|
|
# 代理配置-target 本地服务 | Apifox云端mock
|
|
# VITE_PROXY_TARGET = 'http://localhost:8085'
|
|
VITE_PROXY_TARGET = 'https://mock.apifox.com/m1/3776410-0-default/'
|