Jelajahi Sumber

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

a123456 6 tahun lalu
induk
melakukan
5fbcb47d0d

+ 28 - 40
src/main/webapp/WEB-INF/manager/mweixin/metarial/material-list.ftl

@@ -1,53 +1,41 @@
 <!--图文素材页-->
-
-<!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() {}

+ 0 - 0
src/main/webapp/WEB-INF/manager/mweixin/keyword/keyword-list.ftl → src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-list.ftl


+ 0 - 0
src/main/webapp/WEB-INF/manager/mweixin/keyword/keyword-reply.ftl → src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-reply.ftl


+ 1 - 0
src/main/webapp/WEB-INF/manager/mweixin/weixin.ftl

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