diff --git a/src/assets/img/index/pro-bg4-1.png b/src/assets/img/index/pro-bg4-1.png index fe1a166..0aac14b 100644 Binary files a/src/assets/img/index/pro-bg4-1.png and b/src/assets/img/index/pro-bg4-1.png differ diff --git a/src/assets/img/index/pro-bg5-1.png b/src/assets/img/index/pro-bg5-1.png index 5f0c7c1..b58ae59 100644 Binary files a/src/assets/img/index/pro-bg5-1.png and b/src/assets/img/index/pro-bg5-1.png differ diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 5cb62d0..70fc22d 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -96,7 +96,7 @@ export default { if (util.cookies.get('serverLogin') === 'true') { window.open(process.env.NODE_ENV === 'development' ? 'http://192.168.31.125:8081/#/index' : - `${location.origin}/admin`) + `${location.origin}/admin/#/index`) } else { window.open(this.$router.resolve('/login').href) } diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index ed049e7..8c78ba3 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -589,6 +589,7 @@ export default { top: 40px; left: 30px; width: 530px; + box-shadow: 2px 2px 3px #f1f1f1, -2px -2px 4px #f1f1f1; } .bg4 { top: 140px; @@ -626,6 +627,7 @@ export default { top: 40px; left: 30px; width: 530px; + box-shadow: 2px 2px 3px #f1f1f1, -2px -2px 4px #f1f1f1; } .bg4 { top: 150px; diff --git a/src/pages/log/list/index.vue b/src/pages/log/list/index.vue index 07cb6ee..12c3bda 100644 --- a/src/pages/log/list/index.vue +++ b/src/pages/log/list/index.vue @@ -75,7 +75,7 @@ export default { padding: 50px 0 20px; background-color: #000; .top { - margin-bottom: 50px; + margin-bottom: 100px; text-align: center; h1 { font-size: 28px; diff --git a/src/setting.js b/src/setting.js index 19e3754..6ef591b 100644 --- a/src/setting.js +++ b/src/setting.js @@ -38,10 +38,10 @@ if (isHh) { } else if (isDev) { // 本地 // host = "http://www.occupationlab.com:9000/";//线上 - // host = "http://39.108.250.202:9000/"; // 中台测试服 + host = "http://39.108.250.202:9000/"; // 中台测试服 systemPath = `http://192.168.31.125:8093` // host = "http://192.168.31.137:9000"; // 赓 - host = "http://192.168.31.151:9000/"; // 榕 + // host = "http://192.168.31.151:9000/"; // 榕 title = "职站"; } else { console.log("其它版本");