比赛时间
From 479bd27cd50b4f7735d965675052b95d3e2d0858 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Fri, 13 Jan 2023 17:58:53 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/const/match.js | 6 +-
src/setting.js | 2 +-
src/views/match/add/index.vue | 131 +++++++++++++++++++++++++++-------
src/views/match/add/set.vue | 12 +++-
src/views/match/add/step1.vue | 58 ++++++++++-----
src/views/match/add/step2.vue | 76 +++++++-------------
src/views/match/add/step3.vue | 55 +++++++++-----
src/views/system/staff.vue | 1 -
8 files changed, 223 insertions(+), 118 deletions(-)
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 @@
大赛信息填写 赛程与规则设置 比赛内容设置 发布
+
比赛时间