mo 2 lat temu
rodzic
commit
756bd8f1f5

+ 2 - 2
src/components/col-header/modals/index.module.less

@@ -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 {

+ 2 - 1
src/components/col-header/modals/loganInfo.tsx

@@ -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)