|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import {ElMessage, ElLoading, ElNotification, ElMessageBox} from 'element-plus'
|
|
|
-import split from "split.js";
|
|
|
+//import split from "split.js";
|
|
|
import {HcLog} from '~uti/tools'
|
|
|
|
|
|
// 将ui的函数挂载在windows对象上
|
|
@@ -14,7 +14,7 @@ function registerElTools() {
|
|
|
window['$message'] = ElMessage;
|
|
|
window['$notification'] = ElNotification;
|
|
|
window['$HcLog'] = HcLog;
|
|
|
- window['$split'] = split;
|
|
|
+ //window['$split'] = split;
|
|
|
}
|
|
|
|
|
|
registerElTools()
|