feat: 优化菜单管理页面
自动部署 / build (push) Successful in 2m14s Details

master
绝弹 2023-11-23 21:24:17 +08:00
parent e5c6b080a8
commit d2b8bc2f8e
1 changed files with 1 additions and 1 deletions

2
.env
View File

@ -8,7 +8,7 @@ VITE_SUBTITLE = 快速开发web应用的模板工具
# 部署路径: 当为 ./ 时路由模式需为 hash
VITE_BASE = /
# 接口前缀:参见 axios 的 baseURL
VITE_API = http://127.0.0.1:3030/
VITE_API = https://appnify.app.juetan.cn/
# 首页路径
VITE_HOME_PATH = /home
# 路由模式web(路径) hash(锚点)