diff --git a/.env.development b/.env.development index e796954..6ead241 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VUE_APP_SITE='default' VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login -VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://39.98.184.58:8000/jobslink-api/front/file"} +VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:88", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://http://39.98.184.58:88/jobslink-api/front/file"} VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://39.98.184.58/manage/login&stService=http%3A%2F%2F39.98.184.58%2Fmanage%2Flogin VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768 diff --git a/.env.production b/.env.production index 472c43b..54022fd 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ VUE_APP_SITE='default' VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login -VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://39.98.184.58:8000/jobslink-api/front/file"} +VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:88", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://39.98.184.58:88/jobslink-api/front/file"} VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://39.98.184.58:8300/manage/login&stService=http%3A%2F%2F10.165.0.54%3A8300%2Fmanage%2Flogin VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768 diff --git a/public/svg/logo_dark2.png b/public/svg/logo_dark2.png index c6b6fb4..f10ce0d 100644 Binary files a/public/svg/logo_dark2.png and b/public/svg/logo_dark2.png differ diff --git a/public/svg/logo_dark25.png b/public/svg/logo_dark25.png new file mode 100644 index 0000000..c6b6fb4 Binary files /dev/null and b/public/svg/logo_dark25.png differ diff --git a/src/common/dic.js b/src/common/dic.js index c30bd37..60e2b5d 100644 --- a/src/common/dic.js +++ b/src/common/dic.js @@ -382,13 +382,20 @@ export const companyEnum = [ ] export const addressColumn = [ - {value: '4', label: "馆陶县"}, - {value: '5', label: "馆陶镇"}, - {value: '6', label: "房寨镇"}, - {value: '7', label: "魏僧寨镇"}, - {value: '8', label: "柴堡镇"}, - {value: '9', label: "寿山寺"}, - {value: '10', label: " 王桥乡"}, - {value: '11', label: "路桥乡"}, - {value: '12', label: "南徐村乡"}, + {value: '1500', label: "五道岗乡"}, + {value: '700', label: "土龙山镇"}, + {value: '1400', label: "大八浪乡"}, + {value: '800', label: "孟家岗镇"}, + {value: '1300', label: "明义乡"}, + {value: '1700', label: "曙光农场"}, + {value: '1000', label: "柳毛河镇"}, + {value: '4', label: "桦南县"}, + {value: '1600', label: "桦南林业局"}, + {value: '1800', label: "桦南种畜场"}, + {value: '600', label: "桦南镇"}, + {value: '1200', label: "梨树乡"}, + {value: '500', label: "石头河子镇"}, + {value: '1100', label: "金沙乡"}, + {value: '900', label: "阎家镇"}, + {value: '400', label: "驼腰子镇"} ] diff --git a/src/lang/zh.js b/src/lang/zh.js index c2394e4..b5b76a0 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -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: '首页', diff --git a/src/page/index/top/top-menu.vue b/src/page/index/top/top-menu.vue index 34a80e4..b7fa63f 100644 --- a/src/page/index/top/top-menu.vue +++ b/src/page/index/top/top-menu.vue @@ -30,7 +30,7 @@ export default { return { itemHome: { code: "wel", - name: '欢迎进入馆陶县智慧就业服务平台', + name: '欢迎进入华楠县智慧就业服务平台', source: 'iconfont iconhome', }, activeIndex: "0", diff --git a/src/page/login/CmanageFooter.vue b/src/page/login/CmanageFooter.vue index ed96123..1a06368 100644 --- a/src/page/login/CmanageFooter.vue +++ b/src/page/login/CmanageFooter.vue @@ -2,7 +2,7 @@