Commit 5fbcb47d authored by a123456's avatar a123456

Signed-off-by: a123456 <1209165801@qq.com>

parent a2d57732
<!--图文素材页-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
<link rel="stylesheet" href="../../../static/mweixin/css/material-list.css">
</head>
<body>
<div id="app">
<el-container>
<!--左侧meun-->
<el-aside width="140px">
<!--#include virtual="../include/menu.ftl" -->
</el-aside>
<link rel="stylesheet" href="../../../static/mweixin/css/material-list.css">
<div id="material-list-vue">
<el-container>
<!--左侧meun-->
<el-aside width="140px">
<!--#include virtual="../include/menu.ftl" -->
</el-aside>
<el-container>
<!--右侧头部-->
<el-header height="50px">
<el-row class="ms-fr">
<el-button type="success">保存</el-button>
<el-button>更新</el-button>
<el-button>返回</el-button>
</el-row>
</el-header>
<el-main>
<!--内容同步-->
<el-container>
<!--右侧头部-->
<el-header height="50px">
<el-row class="ms-fr">
<el-button type="success">保存</el-button>
<el-button>更新</el-button>
<el-button>返回</el-button>
</el-row>
</el-header>
<el-main>
<!--内容同步-->
<el-container>
<el-header height="50px">
</el-header>
<!--素材列表-->
<el-main class="ms-admin-material-list">
<div class="ms-admin-material-item">
</el-header>
<!--素材列表-->
<el-main class="ms-admin-material-list">
<div class="ms-admin-material-item">
</div>
</el-main>
</el-container>
</div>
</el-main>
</el-container>
</el-container>
</div>
</body>
</html>
</el-main>
</el-container>
</el-container>
</div>
<script>
new Vue({
el: "#app",
el: "#material-list-vue",
data: {},
methods: {},
mounted: function() {}
......
......@@ -8,5 +8,6 @@
</head>
<body>
<!--#include virtual="menu.ftl" -->
<!--#include virtual="material/material-list.ftl" -->
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment