tijiao 分类变成接口

This commit is contained in:
2025-06-05 09:16:41 +08:00
parent e35f9f69c2
commit 071276e284
10 changed files with 157 additions and 255 deletions

View File

@@ -166,8 +166,8 @@
},
},
mounted(){
this.journal_type = this.$commonJS.journalTypeList()
async mounted(){
this.journal_type =await this.$commonJS.journalTypeList()
// console.log(this.journal_type, this.journal_type1)
}
};