jwyu 3 жил өмнө
parent
commit
e4665f7a7f

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