lrf402788946 преди 5 години
родител
ревизия
ddc6d61f43
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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#/';
         }