6 커밋 d6c8392930 ... 4b2e96e714

작성자 SHA1 메시지 날짜
  liyangbin 4b2e96e714 feat:上传配置文件example 3 달 전
  liyangbin 5305776aa4 删除配置文件 3 달 전
  liyangbin 613a3d26b1 fix:测试修复 3 달 전
  liyangbin d6c8392930 feat:上传配置文件example 3 달 전
  liyangbin f2529735fe 删除配置文件 3 달 전
  liyangbin e53450d992 fix:测试修复 3 달 전
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/Login.vue

+ 4 - 4
src/views/Login.vue

@@ -178,12 +178,12 @@ export default {
         ) {
           // 判断普通用户是否是第一次登录,是的话激活新手引导
           get('/pdf-tech/vppMember/verifyFirstTimeLogin').then(res => {
-            // if (res.data.result) {
+            if (res.data.result) {
               this.$router.push('/license-management')
               localStorage.setItem('isFirstTimeLogin', 'true')
-            // } else {
-            //   this.$router.push('/dashboard')
-            // }
+            } else {
+              this.$router.push('/dashboard')
+            }
           })
         } else {
           this.$router.push('/non-admin-user')