fix: 新增悬停回到工作台功能,组件全局使用。

This commit is contained in:
tianyongbao
2024-12-15 21:35:14 +08:00
parent 2014678e14
commit 8581a7c555
42 changed files with 921 additions and 2 deletions

View File

@@ -9,14 +9,17 @@ import directive from './directive' // directive
import { useDict } from '@/utils/dict'
import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/ruoyi'
import mySelectCheckbox from '@/components/my-selectCheckbox/my-selectCheckbox.vue';
import suspend from '@/components/suspend/suspend.vue';
export function createApp() {
const app = createSSRApp(App)
app.use(store)
app.use(uviewPlus)
app.use(plugins)
// 注册全局组件
app.component('mySelectCheckbox', mySelectCheckbox);
app.component('suspend', suspend);
directive(app)
// 全局方法挂载