From 5c0938bfeb0c7bbefeaace8275a2a64e76e6c4cc Mon Sep 17 00:00:00 2001 From: "853931625@qq.com" Date: Thu, 15 Jan 2026 18:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B8=E5=85=B3=E6=96=B9?= =?UTF-8?q?=E7=AB=AF=20=E4=BC=81=E4=B8=9A=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jjb.config.js | 4 ++-- .../Container/Stakeholder/CorpInfo/index.js | 21 +++++++++++-------- .../SubsidiaryUser/UserList/index.js | 8 +++---- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/jjb.config.js b/jjb.config.js index 5420460..43123ed 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -10,8 +10,8 @@ module.exports = { javaGitBranch: "", // 接口服务地址 - API_HOST: "http://192.168.20.100:30140", - // API_HOST: "https://gbs-gateway.qhdsafety.com", + // API_HOST: "http://192.168.20.100:30140", + API_HOST: "https://gbs-gateway.qhdsafety.com", }, production: { // 应用后端分支名称,部署上线需要 diff --git a/src/pages/Container/Stakeholder/CorpInfo/index.js b/src/pages/Container/Stakeholder/CorpInfo/index.js index 2905fe6..243233e 100644 --- a/src/pages/Container/Stakeholder/CorpInfo/index.js +++ b/src/pages/Container/Stakeholder/CorpInfo/index.js @@ -475,17 +475,20 @@ function CorpInfo(props) { { name: "qrCode", label: "企业二维码", - hidden: canShowQrCode, required: false, render: ( - +
+ +
请完善企业信息后查看二维码;
+
+ ), }, // { label: "单位资质信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER }, diff --git a/src/pages/Container/Supervision/BranchCompany/SubsidiaryUser/UserList/index.js b/src/pages/Container/Supervision/BranchCompany/SubsidiaryUser/UserList/index.js index 71f0ab2..5cc5faa 100644 --- a/src/pages/Container/Supervision/BranchCompany/SubsidiaryUser/UserList/index.js +++ b/src/pages/Container/Supervision/BranchCompany/SubsidiaryUser/UserList/index.js @@ -193,10 +193,10 @@ function AddModalComponent(props) { label: "所属岗位", children: info.postName, }, - { - label: "用户名", - children: info.username, - }, + // { + // label: "用户名", + // children: info.username, + // }, { label: "姓名", children: info.name,