茶室
This commit is contained in:
parent
a3f28e8053
commit
0780cf5734
|
@ -27,7 +27,6 @@ const install = (Vue, vm) => {
|
|||
// 设置自定义头部content-type
|
||||
header: {
|
||||
'content-type': 'application/json;charset=UTF-8',
|
||||
|
||||
},
|
||||
// ......
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user