路由修正

This commit is contained in:
2026-01-28 11:42:55 +08:00
parent f4265995bc
commit 1bf08ff52f
6 changed files with 40 additions and 4 deletions

View File

@@ -1,4 +1,10 @@
{
"maven.view": "hierarchical",
"editor.tabSize": 4,
"[*.ts]": {
"editor.tabSize": 2
},
"[*.vue]": {
"editor.tabSize": 2
}
}