Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00
v3-admin-vite/.env.staging

11 lines
432 B
Plaintext
Raw Normal View History

2024-11-21 19:50:20 +08:00
# 预发布环境的环境变量(命名必须以 VITE_ 开头)
2022-08-26 21:46:26 +08:00
2024-11-21 19:50:20 +08:00
## 后端接口地址(如果解决跨域问题采用 CORS 就需要写绝对路径)
VITE_BASE_URL = https://mock.mengxuegu.com/mock/63218b5fb4c53348ed2bc212/api/v1
2022-08-26 21:46:26 +08:00
2022-10-27 18:20:57 +08:00
## 路由模式 hash 或 html5
2024-11-21 19:50:20 +08:00
VITE_ROUTER_HISTORY = hash
2022-08-26 21:46:26 +08:00
2024-11-21 19:50:20 +08:00
## 打包构建静态资源公共路径(例如部署到 https://un-pany.github.io/ 域名下就需要填写 /
VITE_PUBLIC_PATH = /