1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="utf-8" />
- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
- <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" />
- <script>
- // 本地调试网址
- // const backUrl = 'http://192.168.20.55:3000'
- // 测试网址
- // const backUrl = 'https://sit-beirenbigscene.4dage.com/backstage'
- // 甲方环境网址
- const backUrl = 'http://124.127.126.120:19546/backstage/index.html'
- // ---------第三方网址跳转域名------------
- // 测试网址
- // const threeUrl = `https://dev.itfinspread.com:8003/#/sso?redirectUrl=${backUrl}`
- // 甲方环境网址
- const threeUrl = `http://124.127.126.120:19551/#/sso?redirectUrl=${backUrl}`
- </script>
- <title>北人亦创国际会展中心-场景编辑后台</title>
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- </body>
- </html>
|