新闻资讯不传token

This commit is contained in:
liuye
2023-04-25 11:14:27 +08:00
parent be4696a85b
commit a35ca752af

View File

@@ -29,7 +29,7 @@ export default {
methods: {
getDetail(id) {
this.$instance.post(`/app/appcontentinfo/queryDetailById`, null, {
params: {id}
params: {id}, withoutToken: true
}).then(res => {
if (res?.data) {
this.detail = res.data