parent
1c08303e13
commit
f7be76dd92
@ -0,0 +1,18 @@
|
|||||||
|
{{template "header" }}
|
||||||
|
<div id="app" style="width:100%">
|
||||||
|
<template>
|
||||||
|
<el-container v-loading.fullscreen.lock="fullscreenLoading">
|
||||||
|
<el-aside>
|
||||||
|
{{template "setting_left" .}}
|
||||||
|
</el-aside>
|
||||||
|
|
||||||
|
<el-main class="mainMain">
|
||||||
|
ss
|
||||||
|
</el-main>
|
||||||
|
|
||||||
|
</el-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
{{template "setting_bottom" .}}
|
Loading…
Reference in new issue