add:添加 Server 测试网页

This commit is contained in:
安稳
2025-03-31 09:35:35 +08:00
parent 330d7ed95c
commit ee2e1ed5fc
5 changed files with 464 additions and 0 deletions
+7
View File
@@ -62,6 +62,13 @@ const routes = [
return import('../views/ModelConfig.vue')
}
},
{
path: '/test',
name: 'TestServer',
component: function () {
return import('../views/test.vue')
}
},
]