index.html 915 B

1234567891011121314151617181920212223242526
  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. // 第三方网址跳转域名
  15. const threeUrl = `https://dev.itfinspread.com:8003/#/sso?redirectUrl=${backUrl}`
  16. </script>
  17. <title>北人亦创国际会展中心-场景编辑后台</title>
  18. </head>
  19. <body>
  20. <noscript>You need to enable JavaScript to run this app.</noscript>
  21. <div id="root"></div>
  22. </body>
  23. </html>