1
@@ -69,11 +69,11 @@
.teacherTag {
width: 38px;
height: 22px;
- background: #cffff0;
+ background: #CFF2FF;
border-radius: 11px;
line-height: 22px;
font-weight: 400;
- color: #00ab76;
+ color: #0089B9;
text-align: center;
}
.studentTag {
@@ -151,7 +151,8 @@ export default defineComponent({
loginUserType: userType
})
)
- router.push({ path: nowPath, query: { ...route.query } })
+ router.push({ path: '/' })
+ // router.push({ path: nowPath, query: { ...route.query } })
setTimeout(() => {
window.location.reload()
}, 500)