123456789101112131415161718192021222324252627282930313233343536 |
- <!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 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>
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- </body>
- </html>
|