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