南昌市物联网技防平台-前端
zengh
2021-01-21 35d2966ad2a15a540bc7dba932f148a7bb394cb7
前端初版
1 files modified
1 files added
25 ■■■■■ changed files
src/router/views/index.js 2 ●●● patch | view | raw | blame | history
src/views/home/home.vue 23 ●●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -11,7 +11,7 @@
      i18n: 'dashboard'
    },
    component: () =>
      import( /* webpackChunkName: "views" */ '@/views/suser/suser')
      import( /* webpackChunkName: "views" */ '@/views/home/home')
  }, {
    path: 'dashboard',
    name: '控制台',
src/views/home/home.vue
New file
@@ -0,0 +1,23 @@
<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>