前端异步请求

This commit is contained in:
橙子
2021-10-24 15:50:31 +08:00
parent 3ce0355a79
commit 5d49ad55f7
4 changed files with 58 additions and 44 deletions

View File

@@ -32,4 +32,10 @@ export default {
method: 'get'
})
},
GetRouterByUserId(router) {
return myaxios({
url: `/User/GetRouterByUserId?router=${router}`,
method: 'get'
})
}
}