修改了部分样式
This commit is contained in:
@@ -7,6 +7,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name:"Mine",
|
||||
component: () => import("../layout/Mine.vue"),
|
||||
children: [
|
||||
|
||||
{
|
||||
path:"archives",
|
||||
name: "Archives",
|
||||
@@ -93,6 +94,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "livedetail",
|
||||
component: () => import("../views/regime/Livedetail.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "liveing",
|
||||
component: () => import("../views/regime/Liveing.vue")
|
||||
@@ -107,6 +109,17 @@ const routes: Array<RouteRecordRaw> = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path:"/live",
|
||||
name:"live",
|
||||
component: () => import("../layout/Live.vue"),
|
||||
children:[
|
||||
{
|
||||
path: "liveing",
|
||||
component: () => import("../views/regime/Liveing.vue")
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
name: 'Login',
|
||||
|
||||
Reference in New Issue
Block a user