feat: 对齐 vue 研发项目基础设施并落地列表页规范样板
- 新增 axios/utils/directives/api/assets 五大基础设施目录(与生产 vue 项目 1:1) - 重构 FilterBar / TableCard 支持 :table 对象与 default slot - 新增列表页/弹框/抽屉/详情页/Tabs 等代码规范文档 - arcEmployee 作为新规范标准列表页样板重构 - 清理 .claude/tmp 临时截图
This commit is contained in:
@@ -27,6 +27,12 @@ export default defineConfig({
|
||||
'@composables': fileURLToPath(new URL('./src/composables', import.meta.url)),
|
||||
'@pages': fileURLToPath(new URL('./src/pages', import.meta.url)),
|
||||
'@router': fileURLToPath(new URL('./src/router', import.meta.url)),
|
||||
// 与 vue 研发项目对齐:业务直接使用 @utils @axios @assets @directives @api
|
||||
'@utils': fileURLToPath(new URL('./src/utils', import.meta.url)),
|
||||
'@axios': fileURLToPath(new URL('./src/axios', import.meta.url)),
|
||||
'@assets': fileURLToPath(new URL('./src/assets', import.meta.url)),
|
||||
'@directives': fileURLToPath(new URL('./src/directives', import.meta.url)),
|
||||
'@api': fileURLToPath(new URL('./src/api', import.meta.url)),
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user