123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <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" />
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
- <title>义乌市博物馆馆藏管理系统</title>
- <script>
- // 域名地址
- const baseUrlTempOne = 'https://sit-yiwubwg.4dage.com'
- // const baseUrlTempOne = 'http://192.168.20.61:8096'
- // 钉钉模式
- const isDingTemp = false
- // const script = document.createElement('script')
- // script.src = `//${window.g_config.cdnHost}/gdt/dd-web-dev-center/3.12.0/assets/js/app_567f70b3-6512-4dca-8683-c2b5e2755fd0.js`
- // document.head.appendChild(script)
- // script.onload(() => {
- // h5RemoteDebugSdk.init({
- // uuid: 'dbaa9959-4fcf-49c8-ba99-3922e45e22ca',
- // observerElement: document.documentElement
- // })
- // })
- </script>
- <!-- 埋点开始 -->
- <script
- src="https://wpkgate-emas.ding.zj.gov.cn/static/wpk-jssdk.1.0.2/wpkReporter.js"
- crossorigin="true"
- ></script>
- <script>
- try {
- const config = {
- bid: 'YWBWGGCXT_zzdpro',
- signkey: '1234567890abcdef',
- gateway: 'https://wpkgate-emas.ding.zj.gov.cn'
- }
- const wpk = new wpkReporter(config)
- wpk.installAll()
- window._wpk = wpk
- } catch (err) {
- console.error('WpkReporterinitfail', err)
- }
- ;(function (w, d, s, q, i) {
- w[q] = w[q] || []
- var f = d.getElementsByTagName(s)[0],
- j = d.createElement(s)
- j.async = true
- j.id = 'beacon-aplus'
- j.src = 'https://alidt.alicdn.com/alilog/mlog/aplus_cloud.js'
- f.parentNode.insertBefore(j, f)
- })(window, document, 'script', 'aplus_queue')
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- //专有云应用,第二个参数在部署时请替换为正确的专有云地址
- arguments: ['aplus-rhost-v', 'alog-api.ding.zj.gov.cn']
- })
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- //专有云应用,第二个参数在部署时请替换为正确的专有云地址
- arguments: ['aplus-rhost-g', 'alog-api.ding.zj.gov.cn']
- })
- var u = navigator.userAgent
- var isAndroid = u.indexOf('Android') > -1
- var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)
- aplus_queue.push({
- action: 'aplus.setMetaInfo',
- arguments: ['appId', isAndroid ? '28302650' : isIOS ? '28328447' : '47130293']
- })
- </script>
- <!-- 埋点结束 -->
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- </body>
- </html>
|