修正接口请求
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
methods: {
|
||||
getDetail() {
|
||||
let {id} = this.$route.query
|
||||
this.instance.post("/appportaluser/queryDetailByPortalUserId", null, {
|
||||
this.instance.post("/app/appportaluser/queryDetailByPortalUserId", null, {
|
||||
params: {id}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user