修改了部分样式

This commit is contained in:
2020-11-27 13:52:06 +08:00
parent 299b98e0d7
commit 28500a1a1a
6 changed files with 62 additions and 3 deletions

View File

@@ -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',