lrf402788946 hace 5 años
padre
commit
ddc6d61f43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/index/views/home.vue

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

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