# ax-web-seats **Repository Path**: CzRger/ax-web-seats ## Basic Information - **Project Name**: ax-web-seats - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 116_v21 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-06 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 各种列表、弹窗等样式规范在views/demo下均有示例 # 路由菜单 ``` router/modules 下 ['menu1', { title: '呆哞1', component: () => import('@/views/menu-demo/demo1.vue'), }] ['平台管理配的菜单编码,对应实际路由的name', { title: '路由对应的功能模块,实际会读取平台管理配的菜单名称,这里便于开发人员查找', component: 实际组件地址, }] ``` # 组件注册 ``` /src/plugins/initComponent.ts ``` # 指令注册 ``` /src/plugins/initDirect.ts ``` # $注册 ``` /src/plugins/initProperties.ts ``` # 通用组件 ## SvgIcon ``` name:src/assets/svg 下的图标文件名 size:图标大小,默认18 color:图标颜色,默认无 ```