admin/fix_user_manage_names_final.bat

25 lines
624 B
Batchfile
Raw Permalink 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.

@echo off
echo ========================================
echo 最终修复用户管理路由
echo ========================================
echo.
echo 此脚本将:
echo 1. 修复路由名称为 user-manage, user-manage_list 等
echo 2. 修复组件路径
echo 3. 更新角色菜单配置
echo.
mysql -u root -proot < fix_user_manage_names_final.sql
echo.
echo ========================================
echo 修复完成!
echo ========================================
echo.
echo 下一步:
echo 1. 重启后端服务
echo 2. 清除浏览器缓存Ctrl+Shift+Delete
echo 3. 刷新浏览器Ctrl+F5
echo.
pause