完善产品库

This commit is contained in:
aixianling
2022-07-05 16:08:00 +08:00
parent f8105d5422
commit 9693df6e26

View File

@@ -21,7 +21,7 @@ export default {
...mapState(['apps']), ...mapState(['apps']),
currentTab() { currentTab() {
let {name, query, hash} = this.$route let {name, query, hash} = this.$route
return [name?.replace(query?.id, ''), query?.id, hash].join("") return [name?.replace(query?.id, ''), query?.id, hash].join("") || "0"
} }
}, },
data() { data() {