index.html 1008 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta name="description" content="Web site created using create-react-app" />
  9. <meta
  10. name="viewport"
  11. content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
  12. />
  13. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  14. <script>
  15. // 测试环境域名
  16. // const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
  17. // 甲方域名
  18. const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
  19. const mapImgArr = ['1.jpg', '2.jpg']
  20. </script>
  21. <title>琴澳儿童健康生活科普馆</title>
  22. </head>
  23. <body>
  24. <noscript>You need to enable JavaScript to run this app.</noscript>
  25. <div id="root"></div>
  26. </body>
  27. </html>