This commit is contained in:
3321822538@qq.com 2025-01-04 18:12:00 +08:00
parent a3f28e8053
commit 0780cf5734
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ const install = (Vue, vm) => {
// 设置自定义头部content-type
header: {
'content-type': 'application/json;charset=UTF-8',
},
// ......
});

View File

@ -113,7 +113,7 @@
//
getfenlist(){
this.$u.get("/app/articleClassify/list").then(res => {
this.$u.get("app/classify/list").then(res => {
if(res.code == 200){
this.fllist = res.data
this.classifyId = res.data[0].classifyId