mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-04 03:12:46 +08:00
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
# 开发环境自定义的环境变量(命名必须以 VITE_ 开头)
|
||
|
||
## 后端接口公共路径(如果解决跨域问题采用反向代理就只需写公共路径)
|
||
VITE_BASE_API = '/api/v1'
|
||
|
||
## 路由模式 hash 或 html5
|
||
VITE_ROUTER_HISTORY = 'hash'
|
||
|
||
## 开发环境地址前缀(一般 '/','./' 都可以)
|
||
VITE_PUBLIC_PATH = '/'
|