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

This commit is contained in:
a123456 2019-01-26 11:10:25 +08:00
parent a2d57732c8
commit 5fbcb47d0d
4 changed files with 29 additions and 40 deletions

View File

@ -1,16 +1,6 @@
<!--图文素材页--> <!--图文素材页-->
<link rel="stylesheet" href="../../../static/mweixin/css/material-list.css">
<!DOCTYPE html> <div id="material-list-vue">
<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> <el-container>
<!--左侧meun--> <!--左侧meun-->
<el-aside width="140px"> <el-aside width="140px">
@ -41,13 +31,11 @@
</el-main> </el-main>
</el-container> </el-container>
</el-container> </el-container>
</div> </div>
</body>
</html>
<script> <script>
new Vue({ new Vue({
el: "#app", el: "#material-list-vue",
data: {}, data: {},
methods: {}, methods: {},
mounted: function() {} mounted: function() {}

View File

@ -8,5 +8,6 @@
</head> </head>
<body> <body>
<!--#include virtual="menu.ftl" --> <!--#include virtual="menu.ftl" -->
<!--#include virtual="material/material-list.ftl" -->
</body> </body>
</html> </html>