guhongwei 5 년 전
부모
커밋
aa63aec4ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/index/views/home.vue

+ 1 - 1
src/pages/index/views/home.vue

@@ -144,7 +144,7 @@ export default {
       if (type) {
         let url = '';
         if (typeof this.user === 'object') {
-          this.user.corpid === undefined ? (url = 'student.html#/') : (url = 'http://hr.smart.cc-lotus.info/mobile/');
+          this.user.corpid === undefined ? (url = 'student.html#/') : (url = 'http://hr.smart.cc-lotus.info/weixin/auth?redirect_uri=http://hr.smart.cc-lotus.info/mobile/#/');
         } else {
           url = 'register.html#/';
         }