Просмотр исходного кода

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/HQ_yueYue

wangfumin 1 день назад
Родитель
Сommit
9b20ac8c9f

+ 2 - 2
展示端/public/index.html

@@ -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>

+ 1 - 0
展示端/src/pages/Z1login/index.module.scss

@@ -11,6 +11,7 @@
       display: flex;
       justify-content: center;
       align-items: center;
+      flex-direction: column;
     }
   }
 }

+ 4 - 0
展示端/src/pages/Z1login/index.tsx

@@ -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>
     </div>
   )