@@ -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-1ED35M1R.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-tznQ5shr.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-1ED35M1R.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-FLJXkkBe.css"> | |||
<script type="module" crossorigin src="/assets/index-tznQ5shr.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-bpzRrutr.css"> | |||
</head> | |||
<body> | |||
<div id="app"></div> |
@@ -143,7 +143,7 @@ | |||
<a-descriptions-item label="传真">{{basic.fax}}</a-descriptions-item> | |||
</a-descriptions> | |||
<a-descriptions :column="3" title="企业介绍"> | |||
<a-descriptions-item><div v-html="basic.introduction"></div></a-descriptions-item> | |||
<a-descriptions-item><div class="ql-editor" v-html="basic.introduction"></div></a-descriptions-item> | |||
</a-descriptions> | |||
</template> | |||
</div> |
@@ -27,7 +27,7 @@ | |||
</a-card-meta> | |||
<a-divider /> | |||
<div style="height: 600px; overflow: auto;"> | |||
<div v-html="detailData.content"></div> | |||
<div class="ql-editor" v-html="detailData.content"></div> | |||
</div> | |||
</a-card> | |||
</template> |
@@ -43,7 +43,7 @@ | |||
-webkit-line-clamp: 1; | |||
-webkit-box-orient: vertical; | |||
text-overflow: ellipsis;"> | |||
<div v-html="item.introduction"></div> | |||
<div class="ql-editor" v-html="item.introduction"></div> | |||
</div> | |||
</template> | |||
<template #avatar> |
@@ -11,7 +11,7 @@ | |||
<a-card-meta :title="detail.title" :description="'发布时间:'+detail.created_at"> | |||
</a-card-meta> | |||
<a-divider /> | |||
<div v-html="detail.content"></div> | |||
<div class="ql-editor" v-html="detail.content"></div> | |||
</a-card> | |||
</a-page-header> | |||
</template> |
@@ -10,7 +10,7 @@ | |||
<a-card-meta :title="detail.title" :description="'发布时间:'+detail.created_at"> | |||
</a-card-meta> | |||
<a-divider /> | |||
<div v-html="detail.content"></div> | |||
<div class="ql-editor" v-html="detail.content"></div> | |||
</a-card> | |||
</a-page-header> | |||
</template> |
@@ -71,7 +71,7 @@ | |||
</a-descriptions-item> | |||
<a-descriptions-item :span="2" label="职业描述"> | |||
<div style="white-space: pre-wrap;"> | |||
<div v-html="detail.base.describe_text"></div> | |||
<div class="ql-editor" v-html="detail.base.describe_text"></div> | |||
</div> | |||
</a-descriptions-item> | |||
</a-descriptions> |
@@ -19,7 +19,7 @@ | |||
</template> | |||
</a-card-meta> | |||
<a-divider /> | |||
<div v-html="detail.content"></div> | |||
<div class="ql-editor" v-html="detail.content"></div> | |||
</a-card> | |||
<div class="company-box"> | |||
<a-space direction="vertical" style="width: 100%"> |
@@ -4,7 +4,7 @@ | |||
<a-typography-title :level="3">联系方式</a-typography-title> | |||
<a-typography-paragraph style="padding: 20px;"> | |||
<a-space direction="vertical" :size="50" style="width: 100%;"> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-space> | |||
</a-typography-paragraph> | |||
</a-typography> |
@@ -3,7 +3,7 @@ | |||
<a-typography-title :level="3">绿色通道</a-typography-title> | |||
<a-typography-paragraph style="padding: 20px;"> | |||
<a-space direction="vertical" :size="50" style="width: 100%;"> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-space> | |||
</a-typography-paragraph> | |||
</a-typography> |
@@ -3,7 +3,7 @@ | |||
<a-typography-title :level="3">求职者参会指南</a-typography-title> | |||
<a-typography-paragraph style="padding: 20px;"> | |||
<a-space direction="vertical" :size="50" style="width: 100%;"> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-space> | |||
</a-typography-paragraph> | |||
</a-typography> |
@@ -3,7 +3,7 @@ | |||
<a-typography-title :level="3">乘车路线</a-typography-title> | |||
<a-typography-paragraph style="padding: 20px;"> | |||
<a-space direction="vertical" :size="50" style="width: 100%;"> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-space> | |||
</a-typography-paragraph> | |||
</a-typography> |
@@ -2,7 +2,7 @@ | |||
<a-typography style="padding: 20px;"> | |||
<a-typography-title :level="3">企业参会方式</a-typography-title> | |||
<a-typography-paragraph> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-typography-paragraph> | |||
</a-typography> | |||
@@ -30,7 +30,7 @@ | |||
-webkit-line-clamp: 1; | |||
-webkit-box-orient: vertical; | |||
text-overflow: ellipsis;"> | |||
<div v-html="item.introduction"></div> | |||
<div class="ql-editor" v-html="item.introduction"></div> | |||
</div> | |||
</template> | |||
<template #avatar> |
@@ -26,7 +26,7 @@ | |||
</a-descriptions> | |||
<a-descriptions :column="1" title="岗位要求" style="width: 100%;"> | |||
<a-descriptions-item > | |||
<div v-html="detail.base.describe_text"></div> | |||
<div class="ql-editor" v-html="detail.base.describe_text"></div> | |||
</a-descriptions-item> | |||
</a-descriptions> | |||
</a-card> |
@@ -83,7 +83,7 @@ | |||
</div> | |||
</a-typography-title> | |||
<a-typography-paragraph> | |||
<div v-html="detail.introduction"></div> | |||
<div class="ql-editor" v-html="detail.introduction"></div> | |||
</a-typography-paragraph> | |||
<a-typography-title :level="4"> | |||
<div class="text-decoration"> | |||
@@ -261,7 +261,7 @@ | |||
<h3 class="resume-word-item-title-content">个人简介</h3> | |||
</div> | |||
<div class="resume-word-item-content"> | |||
<p v-html="detail.introduction"></p> | |||
<p class="ql-editor" v-html="detail.introduction"></p> | |||
</div> | |||
</div> | |||
@@ -23,7 +23,7 @@ | |||
</template> | |||
<template v-else> | |||
<template v-if="addOtherForm.description"> | |||
<div v-html="addOtherForm.description"></div> | |||
<div class="ql-editor" v-html="addOtherForm.description"></div> | |||
</template> | |||
<template v-else> | |||
<a-row> |
@@ -15,7 +15,7 @@ | |||
<a-typography-title :level="3">{{detailData.title}}</a-typography-title> | |||
<a-typography-paragraph>发布时间:{{detailData.created_at}}</a-typography-paragraph> | |||
<a-typography-text > | |||
<div v-html="detailData.content"></div> | |||
<div class="ql-editor" v-html="detailData.content"></div> | |||
</a-typography-text> | |||
</a-typography> | |||
</template> |
@@ -8,17 +8,15 @@ | |||
<a-typography style="padding: 20px;"> | |||
<a-typography-title :level="3">关于我们</a-typography-title> | |||
<a-typography-paragraph v-if="detail"> | |||
<div v-html="detail.value"></div> | |||
<div class="ql-editor" v-html="detail.value"></div> | |||
</a-typography-paragraph> | |||
</a-typography> | |||
</a-tab-pane> | |||
<a-tab-pane :key="2" tab="联系方式"> | |||
<a-typography style="padding: 20px;"> | |||
<a-typography-title :level="3">联系方式</a-typography-title> | |||
<a-typography-paragraph v-if="detail"> | |||
<div v-html="detail.value"></div> | |||
</a-typography-paragraph> | |||
</a-typography> | |||
<div v-if="detail" class="ql-editor" v-html="detail.value"></div> | |||
</a-tab-pane> | |||
<a-tab-pane :key="3" tab="地图位置"> | |||
<a-typography style="padding: 20px;"> | |||
@@ -31,18 +29,14 @@ | |||
<a-tab-pane :key="4" tab="收费标准"> | |||
<a-typography style="padding: 20px;"> | |||
<a-typography-title :level="3">收费标准</a-typography-title> | |||
<a-typography-paragraph v-if="detail"> | |||
<div v-html="detail.value"></div> | |||
</a-typography-paragraph> | |||
</a-typography> | |||
<div v-if="detail" class="ql-editor" v-html="detail.value"></div> | |||
</a-tab-pane> | |||
<a-tab-pane :key="5" tab="汇款方式"> | |||
<a-typography style="padding: 20px;"> | |||
<a-typography-title :level="3">汇款方式</a-typography-title> | |||
<a-typography-paragraph v-if="detail"> | |||
<div v-html="detail.value"></div> | |||
</a-typography-paragraph> | |||
</a-typography> | |||
<div v-if="detail" class="ql-editor" v-html="detail.value"></div> | |||
</a-tab-pane> | |||
</a-tabs> | |||
</div> |
@@ -26,7 +26,7 @@ | |||
<div style="margin: 20px 0; padding: 20px;background-color: #ffffff;border-radius: 8px;"> | |||
<a-descriptions title="公司介绍" layout="vertical"> | |||
<a-descriptions-item> | |||
<div v-html="companyDetail.introduction"></div> | |||
<div class="ql-editor" v-html="companyDetail.introduction"></div> | |||
</a-descriptions-item> | |||
</a-descriptions> | |||
</div> |
@@ -28,7 +28,7 @@ | |||
<div style="margin: 20px 0; padding: 20px;background-color: #ffffff;border-radius: 8px;"> | |||
<a-descriptions title="公司介绍" layout="vertical"> | |||
<a-descriptions-item> | |||
<div v-html="companyDetail.introduction"></div> | |||
<div class="ql-editor" v-html="companyDetail.introduction"></div> | |||
</a-descriptions-item> | |||
</a-descriptions> | |||
</div> |
@@ -77,7 +77,7 @@ | |||
-webkit-line-clamp: 1; | |||
-webkit-box-orient: vertical; | |||
text-overflow: ellipsis;"> | |||
<div v-html="item.introduction"></div> | |||
<div class="ql-editor" v-html="item.introduction"></div> | |||
</div> | |||
</template> | |||
<template #avatar> |
@@ -22,7 +22,7 @@ | |||
<a-tabs v-model:activeKey="activeKey"> | |||
<a-tab-pane key="1" tab="企业信息"> | |||
<div style="margin: 20px 0; padding: 20px;background-color: #ffffff;"> | |||
<div v-html="companyDetail.introduction"></div> | |||
<div class="ql-editor" v-html="companyDetail.introduction"></div> | |||
</div> | |||
<div style="margin: 20px 0; padding: 20px;background-color: #ffffff;"> | |||
<a-descriptions :column="7" title="公司概况" layout="vertical"> |
@@ -70,7 +70,7 @@ | |||
-webkit-line-clamp: 1; | |||
-webkit-box-orient: vertical; | |||
text-overflow: ellipsis;"> | |||
<div v-html="item.introduction"></div> | |||
<div class="ql-editor" v-html="item.introduction"></div> | |||
</div> | |||
</template> | |||
<template #avatar> |