去除application不需要的配置
This commit is contained in:
parent
b93908070a
commit
2470303f58
|
|
@ -91,7 +91,7 @@ export default function Web(props: {
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
{/* <Form.Item
|
||||||
label="微信网站应用授权登录"
|
label="微信网站应用授权登录"
|
||||||
// name="enable"
|
// name="enable"
|
||||||
tooltip="开启后,登录页显示微信扫码入口,微信扫码后使用微信网站应用授权登录"
|
tooltip="开启后,登录页显示微信扫码入口,微信扫码后使用微信网站应用授权登录"
|
||||||
|
|
@ -107,11 +107,11 @@ export default function Web(props: {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
</Form.Item>
|
</Form.Item> */}
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<Col flex="auto">
|
{/* <Col flex="auto">
|
||||||
<Divider orientation="left" className={Styles.title}>
|
<Divider orientation="left" className={Styles.title}>
|
||||||
网站-授权方式
|
网站-授权方式
|
||||||
</Divider>
|
</Divider>
|
||||||
|
|
@ -165,7 +165,7 @@ export default function Web(props: {
|
||||||
</>
|
</>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col> */}
|
||||||
</Space>
|
</Space>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
@ -113,7 +113,7 @@ export default function WechatPublic(props: {
|
||||||
)}
|
)}
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col>
|
||||||
<Col flex="auto">
|
{/* <Col flex="auto">
|
||||||
<Divider orientation="left" className={Styles.title}>
|
<Divider orientation="left" className={Styles.title}>
|
||||||
网站-授权方式
|
网站-授权方式
|
||||||
</Divider>
|
</Divider>
|
||||||
|
|
@ -168,7 +168,7 @@ export default function WechatPublic(props: {
|
||||||
</>
|
</>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
</Col>
|
</Col> */}
|
||||||
<Col flex="auto">
|
<Col flex="auto">
|
||||||
<Divider orientation="left" className={Styles.title}>
|
<Divider orientation="left" className={Styles.title}>
|
||||||
微信公众号-跳转小程序-小程序配置
|
微信公众号-跳转小程序-小程序配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue