add:参数增删改查

* add:配置管理接口

* add:参数增删改查
This commit is contained in:
hrz
2025-04-09 13:36:59 +08:00
committed by GitHub
parent f4bd80b5f9
commit cd97018c4d
7 changed files with 644 additions and 6 deletions
+11 -1
View File
@@ -69,7 +69,17 @@ const routes = [
return import('../views/test.vue')
}
},
{
path: '/params-management',
name: 'ParamsManagement',
component: function () {
return import('../views/ParamsManagement.vue')
},
meta: {
requiresAuth: true,
title: '参数管理'
}
},
]
const router = new VueRouter({