该文被密码保护。 阅读全文
posted @ 2018-06-02 08:58
\面朝阳光/
阅读(3)
评论(0)
推荐(0)
摘要:
方案一: getDescribe(id) { // 直接调用$router.push 实现携带参数的跳转 this.$router.push({ path: `/describe/${id}`, }) 方案一,需要对应路由配置如下: { path: '/describe/:id', name: '... 阅读全文
posted @ 2018-06-02 00:13
\面朝阳光/
阅读(201)
评论(0)
推荐(0)