搭建客服端基础框架:路由、侧边栏布局、客服工作台三栏页面

This commit is contained in:
yml2213
2026-07-14 11:03:46 +08:00
parent cbe81f7dfb
commit 7f72e4b46d
13 changed files with 401 additions and 11 deletions
+8 -1
View File
@@ -20,7 +20,14 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
/* Path alias */
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"ignoreDeprecations": "6.0"
},
"include": ["src"]
}