feat:合并

This commit is contained in:
lixg
2022-11-26 15:09:08 +08:00
parent 90d5c8cd87
commit a663dbe2b2
5 changed files with 25 additions and 22 deletions

View File

@@ -96,7 +96,6 @@ export default {
state.visible = true;
console.log("点击下载", state.visible);
};
const getUser = () => {
api
.getUser()
@@ -111,6 +110,7 @@ export default {
});
};
getUser();
return {
...toRefs(state),
changeRole,