index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="theme-color" content="#000000" />
  7. <meta name="description" content="Web site created using create-react-app" />
  8. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  9. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  10. <title>义乌市博物馆馆藏管理系统</title>
  11. <script>
  12. // 域名地址
  13. const baseUrlTempOne = 'https://sit-yiwubwg.4dage.com'
  14. // 钉钉模式
  15. const isDingTemp = false
  16. // const script = document.createElement('script')
  17. // script.src = `//${window.g_config.cdnHost}/gdt/dd-web-dev-center/3.12.0/assets/js/app_567f70b3-6512-4dca-8683-c2b5e2755fd0.js`
  18. // document.head.appendChild(script)
  19. // script.onload(() => {
  20. // h5RemoteDebugSdk.init({
  21. // uuid: 'dbaa9959-4fcf-49c8-ba99-3922e45e22ca',
  22. // observerElement: document.documentElement
  23. // })
  24. // })
  25. </script>
  26. </head>
  27. <body>
  28. <noscript>You need to enable JavaScript to run this app.</noscript>
  29. <div id="root"></div>
  30. </body>
  31. </html>