新闻资讯不传token
This commit is contained in:
@@ -29,7 +29,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getDetail(id) {
|
getDetail(id) {
|
||||||
this.$instance.post(`/app/appcontentinfo/queryDetailById`, null, {
|
this.$instance.post(`/app/appcontentinfo/queryDetailById`, null, {
|
||||||
params: {id}
|
params: {id}, withoutToken: true
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.detail = res.data
|
this.detail = res.data
|
||||||
|
|||||||
Reference in New Issue
Block a user