Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
| | |
| | | meta: { |
| | | title: 'spi报告详情' |
| | | } |
| | | }, |
| | | { |
| | | path: '/screenPage', |
| | | name: 'screenPage', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), |
| | | meta: { |
| | | title: '预警预报' |
| | | } |
| | | } |
| | | ]; |
| | |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div> |
| | | <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司<br/><span>GTXH Intelligent Security Management System V1.0.1</span></div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | left: 0; |
| | | } |
| | | .rights { |
| | | font-size: 16px; |
| | | font-size: 1.2rem; |
| | | color: #fff; |
| | | position: absolute; |
| | | bottom: 30px; |
| | | text-align: center; |
| | | |
| | | span{ |
| | | font-size: 1rem; |
| | | color: #eee; |
| | | } |
| | | } |
| | | .loginContent { |
| | | width: 100%; |
| | |
| | | }; |
| | | // 去风险大屏 |
| | | const toRiskPlatform = () => { |
| | | router.push({ |
| | | name: "warningScreen" |
| | | }); |
| | | // window.open('http://39.104.85.193:8585/'); |
| | | // router.push({ |
| | | // name: "warningScreen" |
| | | // }); |
| | | window.open('http://39.104.85.193:8585/'); |
| | | }; |
| | | const throttle = (renderMenu: any, delay: number) => { |
| | | let flag = true; |