Commit 6c8b8cba authored by mengqr's avatar mengqr

路径修改

parent 6ee27c26
......@@ -31,8 +31,8 @@ const router = new Router({
},
{
path: '/',
name: 'password',
component: password,
name: 'list',
component: list,
// 判断是否需要登录
},
{
......
......@@ -300,7 +300,7 @@ export default {
// this.getLive()
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