diff --git a/src/const/match.js b/src/const/match.js index c6c17e1..928ad4d 100644 --- a/src/const/match.js +++ b/src/const/match.js @@ -34,15 +34,15 @@ teamCalculationMethods: [ { id: 0, - name: '最高分' + name: '取最高分' }, { id: 1, - name: '平均分' + name: '取平均分' }, { id: 2, - name: '总分' + name: '求和' } ], } \ No newline at end of file diff --git a/src/setting.js b/src/setting.js index 1ed2e9f..9a83c3b 100644 --- a/src/setting.js +++ b/src/setting.js @@ -11,7 +11,7 @@ if (isDev) { jumpPath = 'http://192.168.31.125:8087/' // 本地调试-需要启动本地判分点系统 host = 'http://121.37.12.51/' // host = 'https://huorantech.cn/' - host = 'http://192.168.31.51:9000/'// 榕 + // host = 'http://192.168.31.51:9000/'// 榕 host = 'http://192.168.31.116:9000/'// 赓 } else if (isPro) { jumpPath = 'https://www.huorantech.cn/judgmentPoint/' diff --git a/src/views/match/add/index.vue b/src/views/match/add/index.vue index a1b1be0..ca78939 100644 --- a/src/views/match/add/index.vue +++ b/src/views/match/add/index.vue @@ -8,7 +8,7 @@ - - +
@@ -35,7 +47,7 @@