|
@@ -5,6 +5,7 @@
|
|
|
* meta:{
|
|
|
* noHead:true pad端没有顶部头部
|
|
|
* hasBackTop:true 有回到顶部
|
|
|
+ * noBack:true pad端没有返回上一家
|
|
|
* }
|
|
|
*/
|
|
|
import { createRouter, createWebHistory } from "vue-router";
|
|
@@ -42,13 +43,13 @@ const routes = [
|
|
|
path: "/tabbar/home",
|
|
|
name: "Home",
|
|
|
component: () => import("@/views/tabbar/Home.vue"),
|
|
|
- meta: { title: "移动ETA" },
|
|
|
+ meta: { title: "移动ETA",noBack:true },
|
|
|
},
|
|
|
{
|
|
|
path: "/tabbar/user",
|
|
|
name: "User",
|
|
|
component: () => import("@/views/tabbar/User.vue"),
|
|
|
- meta: { title: "移动ETA" },
|
|
|
+ meta: { title: "移动ETA",noBack:true },
|
|
|
},
|
|
|
],
|
|
|
},
|