소스 검색

feat: 监控通用组件调整

cuiyalong 1 년 전
부모
커밋
a77b00ec68
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      apps/mobile/src/composables/quick-monitor/component/QuickMonitor.vue

+ 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}`
+                }
               })
             }
           }