diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index 324e2c1..585c610 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -101,7 +101,7 @@ export default { ? `http://192.168.31.125:8092/#/` : Setting.isTest ? location.origin - : `http://www.dataforward.cn`) + : `https://www.dataforward.cn`) } else if (index === 'trial') { // 申请试用 // window.open('https://www.wjx.cn/vm/wB0RcMm.aspx') diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index 13e62bb..7b02add 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -276,6 +276,9 @@ export default { line-height: 30px; } } +.l-title { + font-size: 18px; +} .main .center { background: url(../../../assets/img/match-bg1.png) (0px 95px)/auto auto no-repeat, url(../../../assets/img/match-bg2.png) (98% 300px)/auto auto no-repeat; diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue index 81492d2..f41c39c 100644 --- a/src/pages/match/list/index.vue +++ b/src/pages/match/list/index.vue @@ -173,7 +173,7 @@ export default { form: { provinceId: '', cityId: '', - sequence: '', + sequence: 1, competitionScope: 0, // 大赛范围(0:本校内 1:全平台 2.指定区域、院校) }, scopes: [ diff --git a/src/pages/touristMatch/list/index.vue b/src/pages/touristMatch/list/index.vue index e7e74db..09529d2 100644 --- a/src/pages/touristMatch/list/index.vue +++ b/src/pages/touristMatch/list/index.vue @@ -161,7 +161,7 @@ export default { form: { provinceId: '', cityId: '', - sequence: '', + sequence: 1, competitionScope: '', // 大赛范围(0:本校内 1:全平台 2.指定区域、院校) }, scopes: [ diff --git a/src/setting.js b/src/setting.js index 54942b1..c3c17d7 100644 --- a/src/setting.js +++ b/src/setting.js @@ -26,7 +26,7 @@ if (isHh) { host = "http://120.78.198.231/"; } else if (isPro) { // 职站生产 - systemPath = `http://www.huorantech.cn/banksystem` + systemPath = `https://www.huorantech.cn/banksystem` } else if (isDev) { // 本地 systemPath = `http://${location.hostname}:8093/#/`