This commit is contained in:
yanran200730
2022-11-04 18:18:18 +08:00
parent 2ef327622a
commit bc6f8e9596

View File

@@ -149,7 +149,9 @@ import { mapActions, mapState } from 'vuex'
getInfo () {
this.$loading()
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`, null, {
// withoutToken: true
}).then(res => {
if (res.code === 0) {
this.info = res.data