Soleilw před 1 rokem
rodič
revize
fe2f7553d2

dist/assets/404-XjOstcsI.js → dist/assets/404-WteW-UoL.js Zobrazit soubor

@@ -1 +1 @@
import{d as p,r as c,o as _,c as r,a as e,b as l,w as d,e as i,f as t,p as h,g as m,_ as u}from"./index-CuCxUVwW.js";const s=o=>(h("data-v-7bdb0e8f"),o=o(),m(),o),f={class:"nopage"},b=s(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),y=s(()=>e("span",{style:{color:"#67C23A"}},"0",-1)),g=s(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),v=s(()=>e("p",null,"你页面走丢了~",-1)),x=p({__name:"404",setup(o){const a=()=>{sessionStorage.pageType=="company"?t.push("/manage/home"):sessionStorage.pageType=="personal"?t.push("/jobseeker/home"):t.push("/job/home")};return(C,S)=>{const n=c("a-button");return _(),r("div",f,[b,y,g,e("div",null,[v,e("p",null,[l(n,{type:"primary",onClick:a},{default:d(()=>[i("返回首页")]),_:1})])])])}}}),I=u(x,[["__scopeId","data-v-7bdb0e8f"]]);export{I as default};
import{d as p,r as c,o as _,c as r,a as e,b as l,w as d,e as i,f as t,p as h,g as m,_ as u}from"./index-7rRDtJL4.js";const s=o=>(h("data-v-7bdb0e8f"),o=o(),m(),o),f={class:"nopage"},b=s(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),y=s(()=>e("span",{style:{color:"#67C23A"}},"0",-1)),g=s(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),v=s(()=>e("p",null,"你页面走丢了~",-1)),x=p({__name:"404",setup(o){const a=()=>{sessionStorage.pageType=="company"?t.push("/manage/home"):sessionStorage.pageType=="personal"?t.push("/jobseeker/home"):t.push("/job/home")};return(C,S)=>{const n=c("a-button");return _(),r("div",f,[b,y,g,e("div",null,[v,e("p",null,[l(n,{type:"primary",onClick:a},{default:d(()=>[i("返回首页")]),_:1})])])])}}}),I=u(x,[["__scopeId","data-v-7bdb0e8f"]]);export{I as default};

dist/assets/index-7rRDtJL4.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


dist/assets/index-fKAzugAc.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 2
- 2
dist/index.html Zobrazit soubor

@@ -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-CuCxUVwW.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CfkWN8Uk.css">
<script type="module" crossorigin src="/assets/index-7rRDtJL4.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-fKAzugAc.css">
</head>
<body>
<div id="app"></div>

+ 3
- 1
src/views/company/home/index.vue Zobrazit soubor

@@ -183,7 +183,8 @@
} else {
PostCompanyResumeInterviewAdd(form).then(res => {
successToast('已发送邀请')
openInterview.value = false
openInterview.value = false;
jobList.value = []
getData();
})
}
@@ -206,6 +207,7 @@
onOk() {
PostCompanyTalentPoolAdd({ customer_id: id }).then(res => {
successToast('已放入人才库')
jobList.value = []
getData();
})
},

Načítá se…
Zrušit
Uložit