知识来源
新建页面
在router.js中创建路由跳转页

{
path: '/store/paying',
name: 'storePaying',
component: () => import('@/pages/store/paying'),
},

知识来源
新建页面
在router.js中创建路由跳转页
{
path: '/store/paying',
name: 'storePaying',
component: () => import('@/pages/store/paying'),
},
本文标题:使用跳转路由this.$router.push
本文链接:https://www.haomeiwen.com/subject/zlrjzctx.html
网友评论