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

master
a123456 7 years ago
parent a2d57732c8
commit 5fbcb47d0d
  1. 16
      src/main/webapp/WEB-INF/manager/mweixin/metarial/material-list.ftl
  2. 0
      src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-list.ftl
  3. 0
      src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-reply.ftl
  4. 1
      src/main/webapp/WEB-INF/manager/mweixin/weixin.ftl

@ -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() {}

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