|
|
@@ -396,6 +396,13 @@ const {
|
|
|
useActions();
|
|
|
|
|
|
onMounted(async () => {
|
|
|
+ window.hiwebSocket={
|
|
|
+ hasIo: function hasIo(t) {
|
|
|
+ return window.io;
|
|
|
+ },
|
|
|
+ start:function start(){
|
|
|
+ }
|
|
|
+ }
|
|
|
for (let i = 0; i < 10; i++) {
|
|
|
const params = {
|
|
|
pid: 'custom_' + i,
|
|
|
@@ -476,8 +483,7 @@ onMounted(async () => {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
-onBeforeUnmount(() => {
|
|
|
-});
|
|
|
+
|
|
|
const viewListContent = ref([])
|
|
|
const initPageData = async () => {
|
|
|
const flowCode = route.query.flowCode;
|