zs 2 years ago
parent
commit
e20ee6b642
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/week/index.vue

+ 2 - 0
pages/week/index.vue

@@ -225,6 +225,8 @@
 			},
 			// 菜单跳转
 			toPath(e) {
+				const that = this;
+				that.clearPage();
 				if (e && e.route && e.type == '0') {
 					uni.redirectTo({
 						url: `/${e.route}`