| | |
| | | |
| | | // 注册指令 |
| | | import plugins from './plugins' // plugins |
| | | // import { download } from '@/utils/request' |
| | | |
| | | // svg图标 |
| | | import 'virtual:svg-icons-register' |
| | |
| | | import Pagination from '@/components/Pagination' |
| | | // 自定义树选择组件 |
| | | import TreeSelect from '@/components/TreeSelect' |
| | | // 自定义表格工具组件 |
| | | import RightToolbar from '@/components/RightToolbar' |
| | | //多张图片上传 |
| | | import UploadIcons from "@/components/UploadIcons" |
| | | |
| | | |
| | | //数据持久化 |
| | |
| | | // 全局组件挂载 |
| | | app.component('Pagination', Pagination) |
| | | app.component('TreeSelect', TreeSelect) |
| | | app.component('RightToolbar', RightToolbar) |
| | | app.component('UploadIcons', UploadIcons) |
| | | |
| | | |
| | | import { addActiveRoute } from '@/utils/index' |