guhongwei 5 anni fa
parent
commit
aa63aec4ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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#/';
         }