新闻资讯不传token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user