1 files modified
3 files added
| New file |
| | |
| | | version: '3.1' |
| | | services: |
| | | zhba_vue: |
| | | image: zhba-vue:latest |
| | | deploy: |
| | | replicas: 1 |
| | | update_config: |
| | | parallelism: 2 |
| | | delay: 10s |
| | | ports: |
| | | - "80:80" |
| | |
| | | isFirstPage: false, |
| | | fistPage: fistPage, |
| | | //首页跳转数据 |
| | | homePage: [ |
| | | { |
| | | homePage: [{ |
| | | userName: 'administrator', |
| | | list: [ |
| | | { |
| | | list: [{ |
| | | label: '保安员管理', |
| | | value: '/securityGuard/index', |
| | | imgs: 'url(/img/glba.jpg)' |
| | |
| | | },] |
| | | }, { |
| | | userName: '保安', |
| | | list: [ |
| | | { |
| | | list: [{ |
| | | label: '保安员信息', |
| | | value: '/securityMan/index', |
| | | imgs: 'url(/img/yijianbaoj.jpg)' |
| | |
| | | }, |
| | | { |
| | | userName: '未持证保安', |
| | | list: [ |
| | | { |
| | | list: [{ |
| | | label: '保安员信息', |
| | | value: '/securityMan/index', |
| | | imgs: 'url(/img/yijianbaoj.jpg)' |
| | |
| | | }, |
| | | { |
| | | userName: '保安公司管理员', |
| | | list: [ |
| | | { |
| | | list: [{ |
| | | label: '智能分析', |
| | | value: '/securityAnalysis/index', |
| | | imgs: 'url(/img/glgz.jpg)' |
| | |
| | | },] |
| | | }, { |
| | | userName: '公安管理员', |
| | | list: [ |
| | | { |
| | | list: [{ |
| | | label: '智能分析', |
| | | value: '/securityAnalysis/index', |
| | | imgs: 'url(/img/glgz.jpg)' |
| | |
| | | authUrl: 'http://localhost/blade-auth/oauth/render', |
| | | // 流程设计器地址 |
| | | flowDesignUrl: 'http://localhost:9999', |
| | | // 报表设计器地址(cloud端口为8108,boot端口为80) |
| | | reportUrl: 'http://localhost:8108/ureport', |
| | | // 报表设计器地址(cloud端口为8108,boot端口为81) |
| | | reportUrl: 'http://localhost:81/ureport', |
| | | } |
| New file |
| | |
| | | <template> |
| | | <iframe src="https://web.byisf.com/api/blade-report/ureport/preview?_u=blade-notice.ureport.xml" style="width: 100%;height: 100%" frameborder="0"></iframe> |
| | | </template> |
| | | |
| | | <script> |
| | | //占位路由 公告报表 |
| | | export default { |
| | | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | </style> |
| New file |
| | |
| | | <template> |
| | | <iframe src="http://localhost:81/ureport/designer" style="width: 100%;height: 100%" frameborder="0"></iframe> |
| | | </template> |
| | | |
| | | <script> |
| | | //占位路由 报表配置 |
| | | export default { |
| | | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | </style> |