This commit is contained in:
parent
d32bade671
commit
98774541a2
|
@ -224,7 +224,7 @@ const handleUserMenu = (command) => {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.aside {
|
||||
width: 220px;
|
||||
background-color: #285fbc;
|
||||
|
@ -269,9 +269,7 @@ const handleUserMenu = (command) => {
|
|||
height: 48px;
|
||||
line-height: 48px;
|
||||
}
|
||||
.el-menu-item.is-active {
|
||||
background-color: #3a84ff !important;
|
||||
}
|
||||
|
||||
.yd_header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -378,3 +376,10 @@ const handleUserMenu = (command) => {
|
|||
background-color: #285fbc;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
.el-menu-item.is-active {
|
||||
background-color: #3a84ff !important;
|
||||
}
|
||||
|
||||
</style>
|
|
@ -359,6 +359,7 @@ const scanLogin = reactive({
|
|||
zzd_client_id: "",
|
||||
scanUrl: "",
|
||||
code: "",
|
||||
|
||||
});
|
||||
onMounted(() => {
|
||||
scanLogin.scanUrl = `https://login.dg-work.cn/oauth2/auth.htm?response_type=code&client_id=${scanLogin.zydd_client_id}&redirect_uri=${scanLogin.redirect_uri}&scope=get_user_info&authType=QRCODE&embedMode=true`;
|
||||
|
|
Loading…
Reference in New Issue