1 files modified
1 files added
| | |
| | | i18n: 'dashboard' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/suser/suser') |
| | | import( /* webpackChunkName: "views" */ '@/views/home/home') |
| | | }, { |
| | | path: 'dashboard', |
| | | name: '控制台', |
| New file |
| | |
| | | <template> |
| | | <iframe v-show="iframeState" id="show-iframe" frameborder=0 name="showHere" scrolling=auto |
| | | src="https://s16s652780.51mypc.cn/bigScreen/#/view/1349193280059879426"></iframe> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "tcgl.vue" |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | #show-iframe { |
| | | display: block !important; |
| | | height: 95%; |
| | | |
| | | } |
| | | .avue-main .avue-view{ |
| | | height: 100%; |
| | | padding: 0px 5px !important; |
| | | } |
| | | </style> |