bug
This commit is contained in:
@@ -151,7 +151,8 @@ export default {
|
|||||||
},
|
},
|
||||||
getCategoryList() {
|
getCategoryList() {
|
||||||
this.$instance.post("/app/appcontentinfo/list", null, {
|
this.$instance.post("/app/appcontentinfo/list", null, {
|
||||||
params: {...this.search, size: 100}
|
params: {...this.search, size: 100},
|
||||||
|
withoutToken: true
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.categoryList = res.data.records;
|
this.categoryList = res.data.records;
|
||||||
|
|||||||
Reference in New Issue
Block a user