feat: 搭建后台管理端
- 初始化 Vue 3 + TypeScript + Vite 管理端工程 - 增加登录、租户、组织、用户、名片与系统页面 - 补充路由、状态管理、接口封装与基础样式体系
This commit is contained in:
11
frontend_admin/tsconfig.json
Normal file
11
frontend_admin/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user