feat: 管理端添加多标签Tab页内嵌模式设置

This commit is contained in:
Yer
2023-07-14 09:19:52 +08:00
parent 36ef331b94
commit 873764b59e
18 changed files with 238 additions and 89 deletions

View File

@@ -422,10 +422,10 @@ export default {
//查看商品详情
showDetail(v) {
let id = v.id;
this.$router.push({
this.$options.filters.customRouterPush({
name: "goods-detail",
query: { id: id },
});
})
},
},
mounted() {

View File

@@ -286,10 +286,10 @@ export default {
//查看商品详情
showDetail(v) {
let id = v.id;
this.$router.push({
this.$options.filters.customRouterPush({
name: "goods-detail",
query: { id: id },
});
})
},
},
mounted() {