BUG 30342

This commit is contained in:
aixianling
2022-06-27 16:40:27 +08:00
parent 8a5c639806
commit 7e7eef95ea
6 changed files with 12 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ export default {
this.getList()
},
getList() {
this.$http.post('app/appvillagercircleinfo/list',null,{
this.$http.post('/app/appvillagercircleinfo/list',null,{
params: {
current: this.current,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,