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

View File

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