mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
feat:增加提交审核以及撤回审核
This commit is contained in:
@@ -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,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user