为了账号安全,请及时绑定邮箱和手机立即绑定

vue-router怎么不能实现跳转呢

vue-router怎么不能实现跳转呢

DIEA 2018-11-14 10:19:34
根据文档的例子试了一下vue-router用在项目中,一进入首页的路径是test.administer/index,但是根据路由配置,不是应该进入首页后跳转到Login.vue这个组件的内容吗?我根据以下的配置,当前进入首页后,显示的是App.vue里面的内容。。index.blade.php:main.js:App.vue:login.vue:<template>     <div>loginpage</div>     </template>
查看完整描述

1 回答

?
料青山看我应如是

TA贡献1772条经验 获得超8个赞

你哪里有配置是 首页是 Login component 组件嘛


默认需要 /

routes:[
        { path: '/', component: Login,            children: [
                { path: 'homepage', component: Home}
            ]
        }
    ]

如果你配置成 /index

那么对应网址是

test.administer/index/#/index

test.administer/index/#/index/homepage


另外 app.vue 里面的 hello world 会始终显示的


查看完整回答
反对 回复 2018-12-18
  • 1 回答
  • 0 关注
  • 1974 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信