setting.html 363 B

1234567891011121314
  1. {{template "header" }}
  2. <div id="app" style="width:100%">
  3. <template>
  4. <el-container v-loading.fullscreen.lock="fullscreenLoading">
  5. {{template "setting_left" .}}
  6. <iframe class="mainIframe" v-bind:src="iframeUrl" frameborder="0"></iframe>
  7. </el-container>
  8. </template>
  9. </div>
  10. </body>
  11. {{template "setting_bottom" .}}