|
@@ -67,7 +67,7 @@
|
|
|
},
|
|
|
async getCatalog() {
|
|
|
this.mydata.loading = true;
|
|
|
- const res = await cmsQuery({ paging: false }, 'wxAppMenu');
|
|
|
+ const res = await cmsQuery({ paging: false }, this.$route.query.taxonomy ?? 'wxAppMenu');
|
|
|
if (res.code == 200) {
|
|
|
this.$set(this.mydata, 'treeData', this.handleTree(res.rows, 'termId'))
|
|
|
if (this.mydata.treeData[0]) {
|