8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
# 自定义的环境变量(命名必须以 VITE_ 开头)
|
||
|
||
## 开发环境地址前缀(一般 '/','./' 都可以)TODO:
|
||
VITE_API_BASE_URL = `http://127.0.0.1:10007`
|
||
|
||
## 路由模式, hash 或 html5
|
||
VITE_ROUTER_HISTORY = 'html5'
|