|
|
@@ -16,7 +16,7 @@ import { defineComponent } from 'vue';
|
|
|
|
|
|
import Common from '../common/Common.js';
|
|
|
import { CssUtil,Notify } from 'pc-component-v3';
|
|
|
-import { JsUtil } from 'pc-component-v3';
|
|
|
+import JsUtil from '../common/JsUtil';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'DashboardPage',
|