@echo off echo 修复用户管理菜单问题... mysql -u root -proot < fix_user_manage_final.sql echo. echo 修复完成!请重启后端服务并刷新浏览器。 pause