소스 검색

deploy

master
Soleilw 1 년 전
부모
커밋
4da04c56f3

dist/assets/404-TWxlJDDI.js → dist/assets/404-67KhVbbR.js 파일 보기

@@ -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-LmxcGnXN.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-mfvqjYOH.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-01I_BFPo.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


dist/assets/index-mfvqjYOH.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 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-LmxcGnXN.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-8AYdxV9j.css">
<script type="module" crossorigin src="/assets/index-mfvqjYOH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-01I_BFPo.css">
</head>
<body>
<div id="app"></div>

+ 1
- 1
src/components/job/home/hot-company/index.vue 파일 보기

@@ -16,7 +16,7 @@
<div style="width: 100%;padding-top: 20px;">
<a-flex justify="center" align="center">
<image-container
:imgObj="{src: 'https://admin1.jcjob.cn/img/' + item.image_url, width: adposition.width+'px',height: adposition.height+'px', mode: ''}"></image-container>
:imgObj="{src: imageprefix + item.image_url, width: adposition.width+'px',height: adposition.height+'px', mode: ''}"></image-container>
</a-flex>
</div>
</template>

+ 5
- 2
src/views/company/basic/index.vue 파일 보기

@@ -4,8 +4,11 @@
<a-col span="18">
<a-row :gutter="20">
<a-col span="4">
<a-anchor :get-container="getContainer" :target-offset="50" :items="menu_list"
@click="anchorClick"></a-anchor>
<div style="position: fixed; top: 90px; z-index:99;">
<a-anchor :get-container="getContainer" :target-offset="50" :items="menu_list"
@click="anchorClick"></a-anchor>
</div>
</a-col>
<a-col span="20">
<div style="width: 100%;background-color: #fff;padding: 0 20px;border-radius: 8px;">

+ 19
- 10
src/views/jobseeker/resume/index.vue 파일 보기

@@ -4,12 +4,14 @@
<a-col span="18">
<a-row :gutter="20">
<a-col span="4">
<a-anchor :get-container="getContainer" :target-offset="50" :items="menu_list"
@click="anchorClick"></a-anchor>
<div style="position: fixed; top: 90px; z-index:99;">
<a-anchor style="width: 210px !important;" :get-container="getContainer" :target-offset="50" :items="menu_list"
@click="anchorClick"></a-anchor>
</div>
</a-col>
<a-col span="20">
<div style="width: 100%;background-color: #fff;padding: 0 20px;border-radius: 8px;">
<div ref="abc" class="abc" style="height: calc(100vh - 100px);overflow: auto;">
<div ref="abc" class="abc" style="height: 100vh;overflow: auto;">
<a-space direction="vertical" justify="space-between" :size="36"
style="width: 100% !important;">
<div id="basic">
@@ -38,7 +40,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">联系信息</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('contact')" v-if="editObj.contact"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('contact')" v-else
@@ -56,7 +59,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">个人简介</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('introduction')" v-if="editObj.introduction"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('introduction')" v-else
@@ -74,7 +78,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">专业技能掌握程度</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('skill')" v-if="editObj.skill"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('skill')" v-else
@@ -92,7 +97,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">培训经历</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('train')" v-if="editObj.train"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('train')" v-else
@@ -110,7 +116,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">求职意向</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('intention')" v-if="editObj.intention"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('intention')" v-else
@@ -128,7 +135,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">工作经历</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('experience')" v-if="editObj.experience"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('experience')" v-else
@@ -146,7 +154,8 @@
<a-typography-title :level="4">
<div class="text-decoration">
<div class="text-content">证书</div>
</div></a-typography-title>
</div>
</a-typography-title>
<FormOutlined @click="edit('credential')" v-if="editObj.credential"
style="color: #4FBE70;font-size: 24px;" />
<PlusCircleOutlined @click="edit('credential')" v-else

Loading…
취소
저장