You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-fly/static/templates/setting.html

14 lines
362 B

{{template "header" }}
<div id="app" style="width:100%">
<template>
<el-container v-loading.fullscreen.lock="fullscreenLoading">
{{template "setting_left" .}}
<iframe class="mainIframe" v-bind:src="iframeUrl" frameborder="0"></iframe>
</el-container>
</template>
</div>
</body>
{{template "setting_bottom" .}}