Merge branch 'main' into test-server-pr

This commit is contained in:
欣南科技
2025-03-31 23:28:37 +08:00
committed by GitHub
20 changed files with 924 additions and 119 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')
}
},
]