| | |
| | | import 'uno.css'; |
| | | import '@/design/index.less'; |
| | | import '@/components/VxeTable/src/css/index.scss'; |
| | | import 'ant-design-vue/dist/antd.less'; |
| | | import 'ant-design-vue/dist/reset.css'; |
| | | // Register icon sprite |
| | | import 'virtual:svg-icons-register'; |
| | | |
| | |
| | | import { router, setupRouter } from '@/router'; |
| | | import { setupRouterGuard } from '@/router/guard'; |
| | | import { setupStore } from '@/store'; |
| | | // import { buildUUID } from '@/utils/uuid'; |
| | | |
| | | import App from './App.vue'; |
| | | |
| | |
| | | // 注册全局组件 |
| | | registerGlobComp(app); |
| | | |
| | | // app.config.globalProperties.name = buildUUID(); |
| | | // Multilingual configuration |
| | | // 多语言配置 |
| | | // Asynchronous case: language files may be obtained from the server side |