mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-26 03:07:56 +08:00
前端对接接口
This commit is contained in:
@@ -53,8 +53,8 @@ import userApi from '@/api/userApi'
|
||||
export default {
|
||||
methods: {
|
||||
init(){
|
||||
userApi.GetMenuByUserId().then((resp)=>{
|
||||
this.items=resp.data;
|
||||
userApi.GetMenuByHttpUser().then((resp)=>{
|
||||
this.items=resp.data.children;
|
||||
})
|
||||
},
|
||||
logout() {
|
||||
|
||||
Reference in New Issue
Block a user