Update AppAccountXiushan.vue
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getTableData() {
|
||||
this.instance.post("/user/page", null, {
|
||||
this.instance.post("/app/user/page", null, {
|
||||
params: {...this.page, ...this.search}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user