Commit 6c8b8cba authored by mengqr's avatar mengqr

路径修改

parent 6ee27c26
...@@ -31,8 +31,8 @@ const router = new Router({ ...@@ -31,8 +31,8 @@ const router = new Router({
}, },
{ {
path: '/', path: '/',
name: 'password', name: 'list',
component: password, component: list,
// 判断是否需要登录 // 判断是否需要登录
}, },
{ {
......
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
// this.getLive() // this.getLive()
this.$router.push( this.$router.push(
{ {
path:'/', path:'/live',
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment