dev_2022-06-14
yujialong 3 years ago
parent bbb11e67c4
commit dd68df3faa
  1. 2
      src/layouts/navbar/index.vue
  2. 3
      src/pages/match/details/index.vue
  3. 2
      src/pages/match/list/index.vue
  4. 2
      src/pages/touristMatch/list/index.vue
  5. 2
      src/setting.js

@ -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')

@ -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;

@ -173,7 +173,7 @@ export default {
form: {
provinceId: '',
cityId: '',
sequence: '',
sequence: 1,
competitionScope: 0, // (0: 1: 2.)
},
scopes: [

@ -161,7 +161,7 @@ export default {
form: {
provinceId: '',
cityId: '',
sequence: '',
sequence: 1,
competitionScope: '', // (0: 1: 2.)
},
scopes: [

@ -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/#/`

Loading…
Cancel
Save