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