Kaynağa Gözat

Merge branch 'jobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into jobFair

lifanagju_citu 1 ay önce
ebeveyn
işleme
0790491afe

+ 17 - 17
src/router/modules/components/recruit/enterprise.js

@@ -375,23 +375,23 @@ const enterprise = [
       }
     ]
   },
-  {
-    path: '/recruit/enterprise/talentSearch',
-    component: Layout,
-    name: 'TalentMap',
-    meta: {
-      title: '人才地图',
-      enName: 'Talent Map',
-      icon: 'mdi-map-marker-account-outline'
-    },
-    children: [
-      {
-        path: '/recruit/enterprise/talentSearch',
-        show: true,
-        component: () => import('@/views/recruit/enterprise/talentSearch/index.vue')
-      }
-    ]
-  },
+  // {
+  //   path: '/recruit/enterprise/talentSearch',
+  //   component: Layout,
+  //   name: 'TalentMap',
+  //   meta: {
+  //     title: '人才地图',
+  //     enName: 'Talent Map',
+  //     icon: 'mdi-map-marker-account-outline'
+  //   },
+  //   children: [
+  //     {
+  //       path: '/recruit/enterprise/talentSearch',
+  //       show: true,
+  //       component: () => import('@/views/recruit/enterprise/talentSearch/index.vue')
+  //     }
+  //   ]
+  // },
   {
     path: '/recruit/enterprise/newlyAppointed',
     component: Layout,

+ 11 - 11
src/views/login/index.vue

@@ -31,7 +31,7 @@
             <v-tabs v-model="tab" align-tabs="center" color="primary" :class="`mb-${tab === 3 ? 6 : 9}`" @update:modelValue="tabChange">
               <v-tab :value="2">账号</v-tab>
               <v-tab :value="1">验证码</v-tab>
-              <v-tab :value="3">微信扫码</v-tab>
+              <!-- <v-tab :value="3">微信扫码</v-tab> -->
             </v-tabs>
             <v-window v-model="tab">
                 <!-- 验证码登录 -->
@@ -42,7 +42,7 @@
               <v-window-item :value="2">
                 <passwordFrom ref="passRef" @handleEnter="handleLogin"></passwordFrom>
               </v-window-item>
-              <v-window-item :value="3">
+              <!-- <v-window-item :value="3">
                 <div v-if="showQrCode" class="d-flex align-center flex-column position-relative">
                   <v-img :src="qrCodeUrl" width="200" height="200"></v-img>
                   <span class="color-666 font-size-13 mt-3">请使用微信扫描二维码登录“门墩儿”</span>
@@ -58,7 +58,7 @@
                 <div v-else style="height: 150px; line-height: 150px; text-align: center;">
                   加载中 . . .
                 </div>
-              </v-window-item>
+              </v-window-item> -->
             </v-window>
           </div>
           <div class="font-size-14">
@@ -329,14 +329,14 @@ const disabledClick = () => {
 }
 
 const tabChange = (val) => {
-  if (abortController.value) {
-    abortController.value.abort()
-    abortController.value = null
-  }
-  if (val === 3) {
-    query.value.clientId = generateUUID()
-    getSocialAuthRedirect()
-  }
+  // if (abortController.value) {
+  //   abortController.value.abort()
+  //   abortController.value = null
+  // }
+  // if (val === 3) {
+  //   query.value.clientId = generateUUID()
+  //   getSocialAuthRedirect()
+  // }
 }
 
 // 获取验证码