Forráskód Böngészése

[Pref 0000] 去除debugger

houzekong 7 hónapja
szülő
commit
ce336d2d4b

+ 0 - 2
src/hooks/vent/useThree.ts

@@ -181,7 +181,6 @@ class UseThree {
 
         const modalNameArr = Object.prototype.toString.call(modalNames) === '[object Array]' ? modalNames : [modalNames];
         const len = modalNameArr.length;
-        debugger;
         for (let i = 0; i < len; i++) {
           resolvePromise[i] = new Promise(async (childResolve, reject) => {
             try {
@@ -235,7 +234,6 @@ class UseThree {
                       }
                     });
 
-                    debugger;
                     if (isBlender) {
                       object = object.children[0];
                     }

+ 0 - 2
src/qiankun/index.ts

@@ -62,11 +62,9 @@ const mountMicroApp = (path, toPath?) => {
 
 // 卸载app的方法
 const unmountMicroApps = (multipleApp) => {
-  debugger;
   if (JSON.stringify(activeApps) !== '{}' && multipleApp.some) {
     for (const key in activeApps) {
       const isExist = multipleApp.some((name) => name == key);
-      debugger;
       if (isExist) {
         activeApps[key].unmount();
         activeApps[key] = null;

+ 0 - 1
src/views/vent/deviceManager/comment/warningTabel/BaseModal.vue

@@ -119,7 +119,6 @@
   }
 
   function setPoint(value) {
-    debugger;
     const data = value[0];
     option.value = [
       {

+ 0 - 1
src/views/vent/deviceManager/comment/warningTabel/BaseModal1.vue

@@ -50,7 +50,6 @@
     isUpdate.value = unref(data.isUpdate);
     title.value = unref(data.title);
     await resetFields();
-    debugger;
     if (data.isUpdate) {
       await setFieldsValue({ ...data.record });
       pointData.value = [data.record['monitorId']];

+ 0 - 1
src/views/vent/deviceManager/comment/warningTabel/warning.data.ts

@@ -436,7 +436,6 @@ export const monitorWarningFormSchemas = (param) =>
           labelField: 'strname',
           valueField: 'id',
           onChange: (e, option) => {
-            debugger;
             if (option) formModel['strtype'] = option['strtype'];
           },
         };

+ 0 - 2
src/views/vent/monitorManager/deviceMonitor/index.vue

@@ -39,7 +39,6 @@
   watch(
     () => route.fullPath,
     () => {
-      debugger;
       const { type, deviceType, deviceid } = route.query;
       if (type === 'tunMonitor') {
         pageResult.value = {};
@@ -66,7 +65,6 @@
   );
 
   onMounted(() => {
-    debugger;
     const { type, deviceType, topage } = route.query;
     deviceKind.value = deviceType as string;
     if (!topage) {