首页和日志修复

dev_2020-03-03
yujialong 3 years ago
parent 19ecad3c3b
commit c40ef928c4
  1. BIN
      src/assets/img/index/pro-bg4-1.png
  2. BIN
      src/assets/img/index/pro-bg5-1.png
  3. 2
      src/layouts/header/index.vue
  4. 2
      src/pages/index/list/index.vue
  5. 2
      src/pages/log/list/index.vue
  6. 4
      src/setting.js

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 KiB

After

Width:  |  Height:  |  Size: 638 KiB

@ -96,7 +96,7 @@ export default {
if (util.cookies.get('serverLogin') === 'true') { if (util.cookies.get('serverLogin') === 'true') {
window.open(process.env.NODE_ENV === 'development' ? window.open(process.env.NODE_ENV === 'development' ?
'http://192.168.31.125:8081/#/index' : 'http://192.168.31.125:8081/#/index' :
`${location.origin}/admin`) `${location.origin}/admin/#/index`)
} else { } else {
window.open(this.$router.resolve('/login').href) window.open(this.$router.resolve('/login').href)
} }

@ -589,6 +589,7 @@ export default {
top: 40px; top: 40px;
left: 30px; left: 30px;
width: 530px; width: 530px;
box-shadow: 2px 2px 3px #f1f1f1, -2px -2px 4px #f1f1f1;
} }
.bg4 { .bg4 {
top: 140px; top: 140px;
@ -626,6 +627,7 @@ export default {
top: 40px; top: 40px;
left: 30px; left: 30px;
width: 530px; width: 530px;
box-shadow: 2px 2px 3px #f1f1f1, -2px -2px 4px #f1f1f1;
} }
.bg4 { .bg4 {
top: 150px; top: 150px;

@ -75,7 +75,7 @@ export default {
padding: 50px 0 20px; padding: 50px 0 20px;
background-color: #000; background-color: #000;
.top { .top {
margin-bottom: 50px; margin-bottom: 100px;
text-align: center; text-align: center;
h1 { h1 {
font-size: 28px; font-size: 28px;

@ -38,10 +38,10 @@ if (isHh) {
} else if (isDev) { } else if (isDev) {
// 本地 // 本地
// host = "http://www.occupationlab.com:9000/";//线上 // 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` systemPath = `http://192.168.31.125:8093`
// host = "http://192.168.31.137:9000"; // 赓 // host = "http://192.168.31.137:9000"; // 赓
host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.151:9000/"; // 榕
title = "职站"; title = "职站";
} else { } else {
console.log("其它版本"); console.log("其它版本");

Loading…
Cancel
Save