From 3e8d875a0ef701bf91b2e26d3276240308a83747 Mon Sep 17 00:00:00 2001
From: wyw <571921741@qq.com>
Date: Thu, 16 Apr 2026 11:10:16 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=92=E8=89=B2=20=E6=98=AF=E5=90=A6?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A7=92=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomPages/FM/RoleEditPage.js | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/components/CustomPages/FM/RoleEditPage.js b/src/components/CustomPages/FM/RoleEditPage.js
index afdec91..0161c0a 100644
--- a/src/components/CustomPages/FM/RoleEditPage.js
+++ b/src/components/CustomPages/FM/RoleEditPage.js
@@ -724,6 +724,21 @@ class RoleEditPage extends React.Component {
}
+
+
+ {
+ getFieldDecorator('ISDEFAULT', {
+ validateTrigger: 'onBlur',
+ initialValue: (this.state.data.ISDEFAULT ? this.state.data.ISDEFAULT.toString() : 'false'),
+ })(
+
+ )
+ }
+
+
{
From 064cfc0f9e229a23b20810a1f31209cf64641f9f Mon Sep 17 00:00:00 2001
From: wyw <571921741@qq.com>
Date: Thu, 16 Apr 2026 14:21:32 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=92=E8=89=B2=20=E6=B7=BB=E5=8A=A0=20?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A7=92=E8=89=B2=20=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=20=E8=A7=86=E9=A2=91=E6=92=AD?=
=?UTF-8?q?=E6=94=BE=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomPages/FM/RoleEditPage.js | 2 +-
src/config.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/CustomPages/FM/RoleEditPage.js b/src/components/CustomPages/FM/RoleEditPage.js
index 0161c0a..80bcdb5 100644
--- a/src/components/CustomPages/FM/RoleEditPage.js
+++ b/src/components/CustomPages/FM/RoleEditPage.js
@@ -725,7 +725,7 @@ class RoleEditPage extends React.Component {
-
+
{
getFieldDecorator('ISDEFAULT', {
validateTrigger: 'onBlur',
diff --git a/src/config.js b/src/config.js
index 9bc1836..ac64996 100644
--- a/src/config.js
+++ b/src/config.js
@@ -60,7 +60,7 @@ const config = {
hmiUrl: "http://121.41.2.71:8098/",
webSocketHost: 'ws://121.41.2.71:3140/',
picServerHost: 'http://121.41.2.71:5000/webImg',
- videoServerHost: 'http://121.41.2.71:5000/webImg',
+ videoServerHost: 'https://sps.cxtc.com:3199',
dataVUrl: "http://121.41.2.71:3167/home",
version: version,
guideSeverHost: "http://121.41.2.71/jyapk/",