Browse Source

deploy

master
Soleilw 1 year ago
parent
commit
b13e2339ee

dist/assets/404-j6FTO-4M.js → dist/assets/404-sNmEuCUn.js View File

@@ -1 +1 @@
import{_ as r,r as s,o as d,c as p,a as e,b as a,w as c,d as l,p as i,e as u}from"./index-CsbGYAgV.js";const h={},t=o=>(i("data-v-80d1ee2a"),o=o(),u(),o),m={class:"nopage"},f=t(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),v=t(()=>e("span",{style:{color:"#67C23A"}},"0",-1)),x=t(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),y=t(()=>e("p",null,"你页面走丢了~",-1));function b(o,k){const n=s("a-button"),_=s("router-link");return d(),p("div",m,[f,v,x,e("div",null,[y,e("p",null,[a(_,{to:"/job/home"},{default:c(()=>[a(n,{type:"primary"},{default:c(()=>[l("返回首页")]),_:1})]),_:1})])])])}const w=r(h,[["render",b],["__scopeId","data-v-80d1ee2a"]]);export{w as default};
import{_ as r,r as s,o as d,c as p,a as e,b as a,w as c,d as l,p as i,e as u}from"./index-ytFFFT2_.js";const h={},t=o=>(i("data-v-80d1ee2a"),o=o(),u(),o),m={class:"nopage"},f=t(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),v=t(()=>e("span",{style:{color:"#67C23A"}},"0",-1)),x=t(()=>e("span",{style:{color:"#0074D9"}},"4",-1)),y=t(()=>e("p",null,"你页面走丢了~",-1));function b(o,k){const n=s("a-button"),_=s("router-link");return d(),p("div",m,[f,v,x,e("div",null,[y,e("p",null,[a(_,{to:"/job/home"},{default:c(()=>[a(n,{type:"primary"},{default:c(()=>[l("返回首页")]),_:1})]),_:1})])])])}const w=r(h,[["render",b],["__scopeId","data-v-80d1ee2a"]]);export{w as default};

dist/assets/index-ytFFFT2_.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/index.html View File

@@ -6,7 +6,7 @@
<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-CsbGYAgV.js"></script>
<script type="module" crossorigin src="/assets/index-ytFFFT2_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index--JoympCp.css">
</head>
<body>

+ 6
- 1
src/views/common/information/index.vue View File

@@ -28,7 +28,12 @@
let curKey = ref<Number>(3)
let selectedKeys = ref<Number[]>([3])
const changeKey = (data) => {
curKey.value = data.key;
if(data.key != 1) {
curKey.value = data.key;
sessionStorage.removeItem('article_data')
} else {
curKey.value = data.key;
}
}
onMounted(() => {
if(sessionStorage.getItem('article_data')) {

Loading…
Cancel
Save