Commit d01d9399 by caoyanzhi

添加手工标签编辑页面跳回会员标签页面的功能

parent ee50d976
......@@ -56,6 +56,10 @@ export default {
}
},
methods: {
/**
* 使用点击事件手动控制路由跳转,所以el-breadcrumb-item标签中无需再用to属性绑定跳转路径
* 我需要去掉to属性吗?我也很纠结。。。
* */
changeRoute(path, relocation) {
let that = this;
if (relocation) {
......
......@@ -225,7 +225,7 @@ export default {
},
{
name: '会员标签',
path: ''
path: `/member-tag`,
},
// {
// name: '手工标签列表',
......
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