| @@ -1 +1 @@ | |||
| import{d as r,r as o,o as p,c,w as t,a as _,b as u,e,_ as i}from"./index-cZGYY5AC.js";const m=r({__name:"404",setup(l){const s=()=>{sessionStorage.pageType=="company"?e.push("/manage/home"):sessionStorage.pageType=="personal"?e.push("/jobseeker/home"):e.push("/job/home")};return(d,h)=>{const a=o("a-button"),n=o("a-result");return p(),c(n,{status:"404",title:"404","sub-title":"Sorry, the page you visited does not exist."},{extra:t(()=>[u(a,{type:"primary",onClick:s},{default:t(()=>[_("返回首页")]),_:1})]),_:1})}}}),x=i(m,[["__scopeId","data-v-9cda8440"]]);export{x as default}; | |||
| import{d as r,r as o,o as p,c,w as t,a as _,b as u,e,_ as i}from"./index-bvUm6lQ4.js";const m=r({__name:"404",setup(l){const s=()=>{sessionStorage.pageType=="company"?e.push("/manage/home"):sessionStorage.pageType=="personal"?e.push("/jobseeker/home"):e.push("/job/home")};return(d,h)=>{const a=o("a-button"),n=o("a-result");return p(),c(n,{status:"404",title:"404","sub-title":"Sorry, the page you visited does not exist."},{extra:t(()=>[u(a,{type:"primary",onClick:s},{default:t(()=>[_("返回首页")]),_:1})]),_:1})}}}),x=i(m,[["__scopeId","data-v-9cda8440"]]);export{x as default}; | |||
| @@ -6,8 +6,8 @@ | |||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
| <script src="https://map.qq.com/api/gljs?v=1.exp&key=MPBBZ-HUICZ-EGRXB-7AHZI-R4GQZ-QWBSO"></script> | |||
| <title>菊城人才网</title> | |||
| <script type="module" crossorigin src="/assets/index-cZGYY5AC.js"></script> | |||
| <link rel="stylesheet" crossorigin href="/assets/index-kyI9gxas.css"> | |||
| <script type="module" crossorigin src="/assets/index-bvUm6lQ4.js"></script> | |||
| <link rel="stylesheet" crossorigin href="/assets/index-ZfY_1aF3.css"> | |||
| </head> | |||
| <body> | |||
| <div id="app"></div> | |||
| @@ -102,9 +102,7 @@ | |||
| sessionStorage.setItem('tab_key', 1) | |||
| sessionStorage.setItem('pubilc_id', val) | |||
| sessionStorage.setItem('mode', 'detail') | |||
| router.push({ | |||
| path: '/personal' | |||
| }) | |||
| window.open('/company/detail', "_blank"); | |||
| } | |||
| const back = (data) => { | |||
| @@ -1,12 +1,15 @@ | |||
| <template> | |||
| <a-typography style="padding: 20px;"> | |||
| <a-typography-title :level="3">联系方式</a-typography-title> | |||
| <a-typography-paragraph style="padding: 20px;"> | |||
| <a-space direction="vertical" :size="50" style="width: 100%;"> | |||
| <div v-html="detail.value"></div> | |||
| </a-space> | |||
| </a-typography-paragraph> | |||
| </a-typography> | |||
| <a-typography style="padding: 20px;"> | |||
| <a-typography-title :level="3">联系方式</a-typography-title> | |||
| <a-typography-paragraph style="padding: 20px;"> | |||
| <a-space direction="vertical" :size="50" style="width: 100%;"> | |||
| <div v-html="detail.value"></div> | |||
| </a-space> | |||
| </a-typography-paragraph> | |||
| </a-typography> | |||
| </template> | |||
| <script setup lang="ts"> | |||
| @@ -5,13 +5,15 @@ | |||
| @changeKey="changeKey"></common-left-sider> | |||
| </a-col> | |||
| <a-col span="20"> | |||
| <div style="width: 100%;background-color: #fff;height: calc(100vh - 100px);overflow: auto; padding: 10px;border-radius: 8px;"> | |||
| <div style="width: 100%;background-color: #fff; padding: 10px;border-radius: 8px;"> | |||
| <meet-booking v-if="curKey == 1"></meet-booking> | |||
| <meet-method v-if="curKey == 2"></meet-method> | |||
| <meet-guide v-if="curKey == 3"></meet-guide> | |||
| <meet-line v-if="curKey == 4"></meet-line> | |||
| <meet-green v-if="curKey == 5"></meet-green> | |||
| <meet-contact v-if="curKey == 6"></meet-contact> | |||
| <div v-if="curKey != 1" style="height: calc(100vh - 100px);overflow: auto;"> | |||
| <meet-method v-if="curKey == 2"></meet-method> | |||
| <meet-guide v-if="curKey == 3"></meet-guide> | |||
| <meet-line v-if="curKey == 4"></meet-line> | |||
| <meet-green v-if="curKey == 5"></meet-green> | |||
| <meet-contact v-if="curKey == 6"></meet-contact> | |||
| </div> | |||
| </div> | |||
| </a-col> | |||
| <!-- <a-col span="4"> | |||