index.html 790 B

1234567891011121314151617181920212223
  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. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  10. <script>
  11. // 甲方服务器域名
  12. // const backUrl = 'http://192.168.20.55:3000'
  13. const backUrl = 'https://sit-beirenbigscene.4dage.com/backstage'
  14. </script>
  15. <title>北人亦创国际会展中心-场景编辑后台</title>
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root"></div>
  20. </body>
  21. </html>