Selaa lähdekoodia

deploy

master
Soleilw 1 vuosi sitten
vanhempi
commit
eebdc336d7

dist/assets/404-pC7MmymE.js → dist/assets/404-R8eoYx1H.js Näytä tiedosto

@@ -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-RyO6NBin.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-SYWQkysb.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-Dr0FlABG.css
File diff suppressed because it is too large
Näytä tiedosto


dist/assets/index-SYWQkysb.js
File diff suppressed because it is too large
Näytä tiedosto


+ 2
- 2
dist/index.html Näytä tiedosto

@@ -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-RyO6NBin.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-65rjqZXi.css">
<script type="module" crossorigin src="/assets/index-SYWQkysb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dr0FlABG.css">
</head>
<body>
<div id="app"></div>

+ 1
- 1
src/components/jobseeker/resume/detail/index.vue Näytä tiedosto

@@ -205,7 +205,7 @@
watch(() => [props.detail_record], (newVal) => {
if (newVal[0]) {
spinning.value = false
GetJobseekerDetail({ customer_id: props.detail_record.customer_id, id: detail_record.id }).then(res => {
GetJobseekerDetail({ customer_id: props.detail_record.customer_id, id: props.detail_record.id }).then(res => {
detail.value = res.data
console.log(detail.value)
})

Loading…
Peruuta
Tallenna