茶室
This commit is contained in:
parent
a3f28e8053
commit
0780cf5734
|
@ -27,7 +27,6 @@ const install = (Vue, vm) => {
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
header: {
|
header: {
|
||||||
'content-type': 'application/json;charset=UTF-8',
|
'content-type': 'application/json;charset=UTF-8',
|
||||||
|
|
||||||
},
|
},
|
||||||
// ......
|
// ......
|
||||||
});
|
});
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
//获取分类列表
|
//获取分类列表
|
||||||
getfenlist(){
|
getfenlist(){
|
||||||
this.$u.get("/app/articleClassify/list").then(res => {
|
this.$u.get("app/classify/list").then(res => {
|
||||||
if(res.code == 200){
|
if(res.code == 200){
|
||||||
this.fllist = res.data
|
this.fllist = res.data
|
||||||
this.classifyId = res.data[0].classifyId
|
this.classifyId = res.data[0].classifyId
|
||||||
|
|
Loading…
Reference in New Issue
Block a user