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,