refactor(页面): 移除多个页面中的导航栏和返回逻辑

feat(轮播图): 更新轮播图图片资源并简化点击事件
style(主题): 简化导航栏颜色设置逻辑
chore(配置): 更新开发环境API基础URL配置
chore(数据库): 删除mysql配置文件
docs(组件): 更新组件类型声明文件
This commit is contained in:
zhangtao
2025-08-26 23:00:36 +08:00
parent 33f13ef402
commit 398f5cb8f8
19 changed files with 17 additions and 158 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ VITE_APP_ENV=development
VITE_APP_TITLE=fastapiadmin
# 网络请求公用地址
# VITE_API_BASE_URL=http://localhost:8001
VITE_API_BASE_URL=https://service.fastapiadmin.com
VITE_API_BASE_URL=http://localhost:8001
# 代理前缀
VITE_APP_BASE_API=/api/v1