🎨更换web页面框架
This commit is contained in:
12
web/.env.development
Normal file
12
web/.env.development
Normal file
@@ -0,0 +1,12 @@
|
||||
# 是否使用Hash路由
|
||||
VITE_USE_HASH = 'true'
|
||||
|
||||
# 资源公共路径,需要以 /开头和结尾
|
||||
VITE_PUBLIC_PATH = '/'
|
||||
|
||||
# Axios 基础路径
|
||||
# VITE_AXIOS_BASE_URL = '/api' # 用于代理
|
||||
VITE_AXIOS_BASE_URL = 'https://mock.apipark.cn/m1/3776410-0-default' # apifox云端mock
|
||||
|
||||
# 代理配置-target
|
||||
VITE_PROXY_TARGET = 'http://localhost:8085'
|
Reference in New Issue
Block a user