feat: 新增智控台管理websocket服务器端【配置拉取】和【重启】

This commit is contained in:
caixypromise
2025-05-20 20:02:16 +08:00
parent 888b71a196
commit 34d9857089
16 changed files with 1320 additions and 23 deletions
+12
View File
@@ -80,6 +80,18 @@ const routes = [
title: '参数管理'
}
},
{
path: '/server-side-management',
name: 'ServerSideManager',
component: function () {
return import('../views/ServerSideManager.vue')
},
meta: {
requiresAuth: true,
title: '服务端管理'
}
},
{
path: '/ota-management',
name: 'OtaManagement',