瀏覽代碼

地址跳转

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#/';
         }