@@ -15,9 +15,9 @@
<script>
// 测试环境域名
- const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
+ // const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
// 甲方域名
- // const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
+ const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
const mapImgArr = ['1.jpg', '2.jpg']
</script>
@@ -11,6 +11,7 @@
display: flex;
justify-content: center;
align-items: center;
+ flex-direction: column;
}
@@ -74,6 +74,10 @@ function Z1login() {
<Button size='large' type='primary' onClick={getUserCode}>
授权微信登录
</Button>
+ <br /> <br />
+ <Button size='large' onClick={() => window.location.replace('/home/index.html')}>
+ 取 消
+ </Button>
</div>
)