bug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user