Soleilw pirms 1 gada
vecāks
revīzija
8034fb8d22

dist/assets/404-jutGD7Xn.js → dist/assets/404-Zw9em6Mj.js Parādīt failu

@@ -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};

dist/assets/index-bpzRrutr.css
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


dist/assets/index-tznQ5shr.js
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 2
- 2
dist/index.html Parādīt failu

@@ -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>

+ 1
- 1
src/components/company/information/basic/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/company/meet/subscribe/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/company/result/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/download/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/information/website-notice/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/detail/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/meet/booking/index.vue Parādīt failu

@@ -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%">

+ 1
- 1
src/components/job/meet/contact/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/meet/green/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/meet/guide/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/meet/line/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/job/meet/method/index.vue Parādīt failu

@@ -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>


+ 1
- 1
src/components/job/talents/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/jobseeker/invite/detail/index.vue Parādīt failu

@@ -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>

+ 2
- 2
src/components/jobseeker/resume/detail/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/jobseeker/resume/introduction/introduction.vue Parādīt failu

@@ -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>

+ 1
- 1
src/components/meet/subscribe/index.vue Parādīt failu

@@ -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>

+ 4
- 10
src/views/about/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/views/common/outpage/company.vue Parādīt failu

@@ -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>

+ 1
- 1
src/views/common/personal/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/views/company/home/index.vue Parādīt failu

@@ -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>

+ 1
- 1
src/views/job/personal/index.vue Parādīt failu

@@ -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">

+ 1
- 1
src/views/manage/home/index.vue Parādīt failu

@@ -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>

Notiek ielāde…
Atcelt
Saglabāt