{
path: '/test2',
component: _import('test/index2'),
hidden: true
}
//上面是路由中的表
<el-button><router-link to="/test2" target="_blank">test2</router-link></el-button>
//上面是a标签
慕哥6287543
相关分类