index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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. // 测试网址
  14. // const backUrl = 'https://sit-beirenbigscene.4dage.com/backstage'
  15. // 甲方环境网址
  16. const backUrl = 'http://124.127.126.120:19546/backstage/index.html'
  17. // ---------第三方网址跳转域名------------
  18. // 测试网址
  19. // const threeUrl = `https://dev.itfinspread.com:8003/#/sso?redirectUrl=${backUrl}`
  20. // 甲方环境网址
  21. const threeUrl = `http://124.127.126.120:19551/#/sso?redirectUrl=${backUrl}`
  22. </script>
  23. <title>北人亦创国际会展中心-场景编辑后台</title>
  24. </head>
  25. <body>
  26. <noscript>You need to enable JavaScript to run this app.</noscript>
  27. <div id="root"></div>
  28. </body>
  29. </html>