mo 2 سال پیش
والد
کامیت
756bd8f1f5
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 2
      src/components/col-header/modals/index.module.less
  2. 2 1
      src/components/col-header/modals/loganInfo.tsx

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

@@ -69,11 +69,11 @@
         .teacherTag {
         .teacherTag {
           width: 38px;
           width: 38px;
           height: 22px;
           height: 22px;
-          background: #cffff0;
+          background: #CFF2FF;
           border-radius: 11px;
           border-radius: 11px;
           line-height: 22px;
           line-height: 22px;
           font-weight: 400;
           font-weight: 400;
-          color: #00ab76;
+          color: #0089B9;
           text-align: center;
           text-align: center;
         }
         }
         .studentTag {
         .studentTag {

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

@@ -151,7 +151,8 @@ export default defineComponent({
             loginUserType: userType
             loginUserType: userType
           })
           })
         )
         )
-        router.push({ path: nowPath, query: { ...route.query } })
+        router.push({ path: '/' })
+        // router.push({ path: nowPath, query: { ...route.query } })
         setTimeout(() => {
         setTimeout(() => {
           window.location.reload()
           window.location.reload()
         }, 500)
         }, 500)