jwyu 3 years ago
parent
commit
e4665f7a7f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages-applyPermission/applyResult.vue

+ 5 - 1
pages-applyPermission/applyResult.vue

@@ -11,7 +11,11 @@
 export default {
   methods: {
     handleBack(){
-      uni.navigateBack();
+      uni.navigateBack({
+        fail:()=>{
+          uni.switchTab({ url: '/pages/report/report' })
+        }
+      })
     }
   }
 }