flat: 石河子项目修改titlelogo

This commit is contained in:
yangxiao
2025-12-23 12:10:52 +08:00
parent d08f241468
commit 7c4058fd38
15 changed files with 42 additions and 22 deletions

View File

@@ -1,7 +1,9 @@
VUE_APP_SITE='default'
VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login
VUE_APP_LOGIN_ERROR = http://36.105.163.21:30081/casserver/login
VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://10.165.0.173:8000/jobslink-api/front/file"}
VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.165.0.173/manage/login&stService=http%3A%2F%2F10.165.0.173%2Fmanage%2Flogin
VUE_APP_LOGIN_NEXT = http://36.105.163.21:30081/casserver/login?service=http://10.165.0.173/manage/login&stService=http%3A%2F%2F10.165.0.173%2Fmanage%2Flogin
VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768
VUE_APP_TIANDITU_APIKEY = e4266a5e84fe6c10f60c559967f0a03f
VUE_APP_LARGESCREEN = http://10.165.0.173/largescreen/
#VUE_APP_LARGESCREEN = http://10.165.0.173/largescreen/
VUE_APP_LARGESCREEN = http://36.105.163.21:30081/largescreen

View File

@@ -5,4 +5,7 @@ VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.
VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768
VUE_APP_TIANDITU_APIKEY = e4266a5e84fe6c10f60c559967f0a03f
#VUE_APP_LARGESCREEN = http://10.165.0.173/largescreen/
VUE_APP_LARGESCREEN = http://10.165.0.54:8300/largescreen/
#VUE_APP_LARGESCREEN = http://10.165.0.54:8300/largescreen/
VUE_APP_LARGESCREEN = http://36.105.163.21:30081/largescreen

BIN
public/img/icon/shihezi.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/img/icon/shihezi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

View File

@@ -17,7 +17,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1066523_6bvkeuqao36.css"></link>
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.css"></link>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>德阳市智慧就业服务平台</title>
<title>石河子智慧就业服务平台</title>
<style>
html,
body,

BIN
public/svg/shihezi_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

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

@@ -6,7 +6,9 @@
<transition-group name="fade">
<template v-if="!keyCollapse">
<span class="avue-logo_title" style=" display: flex !important; align-items: center !important;" key="1">
<img height="42px" width="200px" src="/manage/svg/logo_dark2.png" alt />
<!-- <img height="42px" width="200px" src="/manage/svg/logo_dark2.png" alt /> -->
<span class="aa"></span>
<img height="42px" width="200px" src="/manage/svg/shihezi_dark.png" alt />
</span>
</template>
</transition-group>
@@ -37,7 +39,19 @@ export default {
/*display: flex !important;*/
/*align-items: center !important;*/
img {
margin-left: 20px;
/* margin-left: 20px;*/
position: absolute;
left: 20px;
}
.aa {
display: inline-block;
width: 20px;
height: 100%;
position: absolute;
left: 1px;
z-index: 9;
background: #409EFF;
}
}
.fade-leave-active {

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 © 2021 石河子智慧就业服务平台
<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

@@ -49,10 +49,10 @@ let config;
if (process.env.VUE_APP_SITE === "default") {
config = {
logo: "/manage/img/cmanage/logo/default.pn",
wxTitle: "德阳市智慧就业服务平台小程序",
wxTitle: "石河子智慧就业服务平台小程序",
wxImg: "/manage/img/cmanage/wx/xcx/default.jpeg",
zixun: "德阳市智慧就业服务平台资讯",
guanyu: "关于德阳市智慧就业服务平台",
zixun: "石河子智慧就业服务平台资讯",
guanyu: "关于石河子智慧就业服务平台",
};
}

View File

@@ -3,8 +3,8 @@
<!-- <cmanage-title @change="changeActive"></cmanage-title> -->
<div class="login-weaper animated bounceInDown">
<div class="login-page-title">
<img src="/img/icon/logo_sczj.png" alt="">
四川省人力资源和社会保障</div>
<img src="/img/icon/shihezi.png" alt="">
石河子人力资源和社会保障</div>
<div class="login-wrapper-small">
<div class="login-content">
<div class="login-left">
@@ -20,7 +20,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

@@ -68,7 +68,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("请阅读并同意石河子智慧就业服务平台用工用户协议及隐私政策");
}
}
});

View File

@@ -27,12 +27,13 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://39.98.44.136:6013',
target: 'http://36.105.163.21:30081',
// target: 'http://39.98.44.136:6013',
// target: 'http://10.165.0.173:8000',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': '/'
'^/api': '/api'
}
},
"/qq/map": {