feat:增加提交审核以及撤回审核

This commit is contained in:
lixg
2022-11-29 13:18:49 +08:00
parent d51df54728
commit 76bc15d926
10 changed files with 265 additions and 189 deletions

View File

@@ -44,7 +44,7 @@
/>
<span class="signOut">下载</span>
</div>
<div class="signOutMain">
<div class="signOutMain" @click="logOut">
<img
style="width: 27px; height: 27px"
src="../assets/images/navtop/signout.png"
@@ -115,10 +115,14 @@ export default {
};
getUser();
const logOut = () => {
window.open("https://u-pre.boe.com/web/", "_self");
};
return {
...toRefs(state),
changeRole,
showDrawer,
logOut,
};
},
};