diff --git a/admin/dashboard/blueprints/robot.py b/admin/dashboard/blueprints/robot.py index 488bd5c..db09108 100644 --- a/admin/dashboard/blueprints/robot.py +++ b/admin/dashboard/blueprints/robot.py @@ -5,7 +5,7 @@ from robot_cmd.robot_command import GroupBotManager, Feature, PermissionStatus from datetime import datetime # 创建机器人管理蓝图 -robot_bp = Blueprint('robot', __name__, url_prefix='/robot') +robot_bp = Blueprint('robot', __name__) logger = logging.getLogger("RobotBlueprint") # 机器人管理页面