diff --git a/src/setting.js b/src/setting.js index c2daea4..6e248d3 100644 --- a/src/setting.js +++ b/src/setting.js @@ -13,12 +13,14 @@ if (isDev) { jumpPath = "http://192.168.31.154:8087/"; // 本地调试-需要启动本地判分点系统 host = "http://39.108.250.202:9000"; + // host = "http://39.108.250.202:9000";//线上 // host = 'http://192.168.31.151:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 // host = 'http://192.168.31.137:9000'// 赓 } else if (isTest) { jumpPath = "http://39.108.250.202/judgmentPoint/"; host = "http://39.108.250.202:9000"; + // host = "http://39.108.250.202:9000";//线上 } else if (isPro) { jumpPath = ""; host = ""; diff --git a/src/views/Login.vue b/src/views/Login.vue index 315e91f..85cf5d8 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -75,7 +75,7 @@ - + @@ -321,6 +321,7 @@ export default { margin: 60px auto 20px; background-image: url(../assets/img/login-input.png); box-shadow:0px 0px 79px 0px rgba(11,15,65,0.36); + background-repeat: no-repeat; overflow: hidden; .el-input__inner { height: 80px;