| @@ -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}; | |||
| @@ -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> | |||
| @@ -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,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'; | |||
| // 首页 | |||
| @@ -74,7 +74,6 @@ const actions = { | |||
| routerAdd(NotFound); | |||
| let initialRoutes = routerInit(); | |||
| commit('SET_PERMISSION', [...initialRoutes]); | |||
| debugger | |||
| } | |||
| } catch { | |||