|
@@ -102,7 +102,7 @@ import {
|
|
|
} from 'vue'
|
|
|
import { formatTime } from '@/utils/index'
|
|
|
import { WEEK } from '@/constant/index'
|
|
|
-import useIndex from '@/utils/useDraw'
|
|
|
+import useDraw from '@/utils/useDraw'
|
|
|
import { title, subtitle, moduleInfo } from '@/constant/index'
|
|
|
import CenterLeft1 from '../centerLeft1/index.vue'
|
|
|
import CenterLeft2 from '../centerLeft2/index.vue'
|
|
@@ -133,7 +133,7 @@ export default defineComponent({
|
|
|
dateWeek: ''
|
|
|
})
|
|
|
// * 适配处理
|
|
|
- const { appRef, calcRate, windowDraw } = useIndex()
|
|
|
+ const { appRef, calcRate, windowDraw } = useDraw()
|
|
|
// 生命周期
|
|
|
onMounted(() => {
|
|
|
cancelLoading()
|