Kaynağa Gözat

deploy

master
Soleilw 1 yıl önce
ebeveyn
işleme
d57436b919

dist/assets/404-dmP0Tp55.js → dist/assets/404-MR6p1qpm.js Dosyayı Görüntüle

@@ -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-Z4ysZQ6h.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-r4jew9oL.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-ISOx6LsL.css
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


dist/assets/index-r4jew9oL.js
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 2
- 2
dist/index.html Dosyayı Görüntüle

@@ -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-Z4ysZQ6h.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-lEQJ0AIX.css">
<script type="module" crossorigin src="/assets/index-r4jew9oL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ISOx6LsL.css">
</head>
<body>
<div id="app"></div>

+ 1
- 1
src/components/job/meet/booking/index.vue Dosyayı Görüntüle

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

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

+ 1
- 1
src/router/dynamic.ts Dosyayı Görüntüle

@@ -1,5 +1,5 @@
import type { AppRouteRecordRaw, AppRouteModule } from '@/router/types';
import { HomeOutlined } from '@ant-design/icons-vue';
import { HomeOutlined, SettingOutlined } from '@ant-design/icons-vue';
import { routerList } from './routerList';

// 首页

+ 0
- 1
src/store/usePermissionStore.ts Dosyayı Görüntüle

@@ -74,7 +74,6 @@ const actions = {
routerAdd(NotFound);
let initialRoutes = routerInit();
commit('SET_PERMISSION', [...initialRoutes]);
debugger
}
} catch {

Loading…
İptal
Kaydet