修改相关方端 企业二维码显示逻辑

master
853931625@qq.com 2026-01-15 18:08:54 +08:00
parent 08c9dc09b9
commit 5c0938bfeb
3 changed files with 18 additions and 15 deletions

View File

@ -10,8 +10,8 @@ module.exports = {
javaGitBranch: "<branch-name>",
// 接口服务地址
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: {
// 应用后端分支名称,部署上线需要

View File

@ -475,17 +475,20 @@ function CorpInfo(props) {
{
name: "qrCode",
label: "企业二维码",
hidden: canShowQrCode,
required: false,
render: (
<Button
type="link"
onClick={() => {
setCorpInfoQrCodeOpen(true);
}}
>
查看
</Button>
<div>
<Button
disabled={!canShowQrCode}
onClick={() => {
setCorpInfoQrCodeOpen(true);
}}
>
查看
</Button>
<div style={{ color: "red", marginTop: 10 }}>请完善企业信息后查看二维码</div>
</div>
),
},
// { label: "单位资质信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER },

View File

@ -193,10 +193,10 @@ function AddModalComponent(props) {
label: "所属岗位",
children: info.postName,
},
{
label: "用户名",
children: info.username,
},
// {
// label: "用户名",
// children: info.username,
// },
{
label: "姓名",
children: info.name,