| | |
| | | import ReturnBtn from '@/views/main/components/ReturnBtn.vue' |
| | | import DictTag from '@/views/main/components/DictTag.vue' |
| | | import UploadBtn from '@/views/main/components/UploadBtn.vue' |
| | | |
| | | import property from '@/config/property.js' |
| | | import qxueyou from '@/config/qxueyou.js' |
| | | |
| | |
| | | app.component(key, component) |
| | | } |
| | | |
| | | // import('vconsole').then((module) => { |
| | | // new module.default() |
| | | // }) |
| | | import('vconsole').then((module) => { |
| | | new module.default() |
| | | }) |
| | | |
| | | app.config.globalProperties.$rules = ruleGenerator |
| | | app.config.globalProperties.$property = property |