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