admin/QUICK_FIX.md

33 lines
572 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 快速修复指南
## 问题
菜单显示异常、重复、前端报错
## 原因
路由名称改成了下划线,但组件路径也跟着改了,导致找不到实际的文件夹(文件夹用的是连字符)
## 修复3步
### 1. 执行数据库修复
双击运行:
```
fix_database.bat
```
### 2. 重启后端
```bash
cd backend
start.bat
```
### 3. 刷新浏览器
`Ctrl + Shift + R` 强制刷新
## 完成!
现在菜单应该正常显示了,不会重复,也有正确的父子层级。
---
详细说明请查看 `FIX_INSTRUCTIONS.md`