|
|
|
|
@ -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"> |
|
|
|
|
<div id="material-list-vue"> |
|
|
|
|
<el-container> |
|
|
|
|
<!--左侧meun--> |
|
|
|
|
<el-aside width="140px"> |
|
|
|
|
@ -42,12 +32,10 @@ |
|
|
|
|
</el-container> |
|
|
|
|
</el-container> |
|
|
|
|
</div> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
new Vue({ |
|
|
|
|
el: "#app", |
|
|
|
|
el: "#material-list-vue", |
|
|
|
|
data: {}, |
|
|
|
|
methods: {}, |
|
|
|
|
mounted: function() {} |
|
|
|
|
|