Browse Source

feat: 监控通用组件调整

cuiyalong 1 year ago
parent
commit
a77b00ec68

+ 5 - 3
apps/mobile/src/composables/quick-monitor/component/QuickMonitor.vue

@@ -291,7 +291,7 @@ export default {
           this.doMonitor()
         }
       } else {
-        this.doCancelMonitor()
+        this.doMonitor()
       }
     },
     async successMonitorAndToPushSettingDialog() {
@@ -384,8 +384,10 @@ export default {
               if (this.beforeLeavePage) {
                 await this.beforeLeavePage()
               }
-              this.$leaveInfo.toLeaveInfoPage({
-                source: `${this.$env.platform}_${this.conf.limitSource}`
+              return openAppOrWxPage(LINKS.留资, {
+                query: {
+                  source: `${this.$env.platform}_${this.conf.limitSource}`
+                }
               })
             }
           }