flat: 4.1,宜昌

This commit is contained in:
史典卓
2025-04-01 15:14:55 +08:00
parent a066de010e
commit d7618ff5a6
14 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ const eventTable = {
[
c('p', {style: 'font-weight: 600;'}, '尊敬的客户:'), c('br'),
c('div', {style: 'text-indent:48px'},
'您好!欢迎您使用馆陶县智慧就业服务平台!系统将根据贵公司的合同约定收到保证金后开通使用,我们郑重承诺:您的保证金将用于更好的保障您在馆陶县智慧就业服务平台中的任务管理、商保管理的权益,非常感谢您对我们的信赖!')
'您好!欢迎您使用宜昌市智慧就业服务平台!系统将根据贵公司的合同约定收到保证金后开通使用,我们郑重承诺:您的保证金将用于更好的保障您在宜昌市智慧就业服务平台中的任务管理、商保管理的权益,非常感谢您对我们的信赖!')
])
MessageBox.alert(vNode, {
customClass: 'trialCheckBox',

View File

@@ -1,6 +1,6 @@
export default {
tip: '提示',
title: '馆陶县智慧就业服务平台',
title: '宜昌市智慧就业服务平台',
logoutTip: '退出系统, 是否继续?',
submitText: '确定',
cancelText: '取消',
@@ -89,7 +89,7 @@ export default {
directLogin: '返回登录'
},
navbar: {
experienceEntrance: '馆陶县智慧就业服务平台账号入口',
experienceEntrance: '宜昌市智慧就业服务平台账号入口',
logOut: '退出登录',
userinfo: '个人信息',
dashboard: '首页',

View File

@@ -30,7 +30,7 @@ export default {
return {
itemHome: {
code: "wel",
name: '欢迎进入馆陶县智慧就业服务平台',
name: '欢迎进入宜昌市智慧就业服务平台',
source: 'iconfont iconhome',
},
activeIndex: "0",

View File

@@ -2,7 +2,7 @@
<div class="layoutBottomBox">
<div class="footerPrepare">
<p>
Copyright © 2021 馆陶县智慧就业服务平台
Copyright © 2025 宜昌市智慧就业服务平台
<a href="//beian.miit.gov.cn" target="blank">京ICP备16004663号-10</a>
经营许可证编号京B2-20130104
<a href="/home/img/license/YYZZ.jpg" target="blank"

View File

@@ -50,10 +50,10 @@ let config;
if (process.env.VUE_APP_SITE === "default") {
config = {
logo: "/manage/img/cmanage/logo/default.png",
wxTitle: "馆陶县智慧就业服务平台小程序",
wxTitle: "宜昌市智慧就业服务平台小程序",
wxImg: process.env.BASE_URL + "img/cmanage/wx/xcx/default.jpeg",
zixun: "馆陶县智慧就业服务平台资讯",
guanyu: "关于馆陶县智慧就业服务平台",
zixun: "宜昌市智慧就业服务平台资讯",
guanyu: "关于宜昌市智慧就业服务平台",
};
}

View File

@@ -4,7 +4,7 @@
<div class="login-weaper animated bounceInDown">
<div class="login-page-title">
<img src="/img/icon/logo_sczj.png" alt="">
馆陶县智慧就业服务系统
宜昌市智慧就业服务系统
</div>
<div class="login-wrapper-small">
<div class="login-content">
@@ -21,7 +21,7 @@
</div>
<div data-v-3c692830="" style="text-align: center; margin-top: 20px; padding-bottom: 30px;">
<div data-v-3c692830="" style="font-size: 12px; color: #40a9ff;">Copyright @ 馆陶县人力资源和社会保障局</div>
<div data-v-3c692830="" style="font-size: 12px; color: #40a9ff;">Copyright @ 宜昌市人力资源和社会保障局</div>
</div>
</div>
</div>

View File

@@ -69,7 +69,7 @@
<div>
<el-checkbox v-model="checked"></el-checkbox>
<span @click="checked = !checked" class="reg-agreement">
同意馆陶县智慧就业服务平台用工
同意宜昌市智慧就业服务平台用工
<a
@click.stop
href="/blackboard/account/companyagreement.html"
@@ -261,7 +261,7 @@ export default {
}
);
} else {
this.$message.error("请阅读并同意馆陶县智慧就业服务平台用工用户协议及隐私政策");
this.$message.error("请阅读并同意宜昌市智慧就业服务平台用工用户协议及隐私政策");
}
}
});