Soleilw 1 рік тому
джерело
коміт
41107d2fc9

dist/assets/404-Lj80JiiD.js → dist/assets/404-3zkwaYdO.js Переглянути файл

@@ -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-22axpbp3.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-idQ5-ixn.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};

dist/assets/index-idQ5-ixn.js
Різницю між файлами не показано, бо вона завелика
Переглянути файл


dist/assets/index-nQqeex0f.css
Різницю між файлами не показано, бо вона завелика
Переглянути файл


+ 2
- 2
dist/index.html Переглянути файл

@@ -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-22axpbp3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-e1kE4gRi.css">
<script type="module" crossorigin src="/assets/index-idQ5-ixn.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-nQqeex0f.css">
</head>
<body>
<div id="app"></div>

+ 1
- 1
src/components/job/meet/booking/index.vue Переглянути файл

@@ -80,7 +80,7 @@
}

const getRecruitmentList = (page) => {
PostRecruitmentList({ page: current.value, sortby: 'desc' }).then(res => {
PostRecruitmentList({ page: current.value, sortby: 'desc', status: 1 }).then(res => {
recruitmentList.value = res.data.recruitments;
total.value = res.data.total;
})

Завантаження…
Відмінити
Зберегти