Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
a2d57732
Commit
a2d57732
authored
Jan 26, 2019
by
a123456
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: a123456 <1209165801@qq.com>
parent
5ae06a86
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
88 additions
and
17 deletions
+88
-17
.project
src/main/webapp/WEB-INF/manager/.project
+28
-0
keyword-list.ftl
...n/webapp/WEB-INF/manager/mweixin/keyword/keyword-list.ftl
+0
-0
keyword-reply.ftl
.../webapp/WEB-INF/manager/mweixin/keyword/keyword-reply.ftl
+0
-0
menu.ftl
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
+6
-15
custom-menu.ftl
src/main/webapp/WEB-INF/manager/mweixin/menu/custom-menu.ftl
+0
-0
material-list.ftl
...webapp/WEB-INF/manager/mweixin/metarial/material-list.ftl
+11
-0
message-reply.ftl
...in/webapp/WEB-INF/manager/mweixin/reply/message-reply.ftl
+0
-0
weixin.ftl
src/main/webapp/WEB-INF/manager/mweixin/weixin.ftl
+13
-0
.project
src/main/webapp/static/mweixin/.project
+28
-0
material-list.less
src/main/webapp/static/mweixin/material-list.less
+1
-1
menu.less
src/main/webapp/static/mweixin/menu.less
+1
-1
No files found.
src/main/webapp/WEB-INF/manager/.project
0 → 100644
View file @
a2d57732
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
manager
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.aptana.ide.core.unifiedBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.aptana.projects.webnature
</nature>
</natures>
<filteredResources>
<filter>
<id>
1548465241018
</id>
<name></name>
<type>
26
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-false-false-node_modules
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
src/main/webapp/WEB-INF/manager/mweixin/keyword-list.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/keyword
/keyword
-list.ftl
View file @
a2d57732
File moved
src/main/webapp/WEB-INF/manager/mweixin/keyword-reply.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/keyword
/keyword
-reply.ftl
View file @
a2d57732
File moved
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
View file @
a2d57732
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
<link
rel=
"stylesheet"
href=
"../../../static/mweixin/css/menu.css"
>
</head>
<body>
<div
id=
"app"
>
<link rel="stylesheet" href="../../../static/mweixin/css/menu.css">
<div id="menu-vue">
<!--左侧-->
<div class="ms-admin-title">
<i></i> 吕小布微信号
...
...
@@ -22,13 +15,11 @@
</el-menu-item-group>
</el-submenu>
</el-menu>
</div>
</body>
</html>
</div>
<script>
new
Vue
({
el
:
"#
app
"
,
var menuVue =
new Vue({
el: "#
menu-vue
",
data: {
menuList: [{
title: '图文素材',
...
...
src/main/webapp/WEB-INF/manager/mweixin/custom-menu.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/
menu/
custom-menu.ftl
View file @
a2d57732
File moved
src/main/webapp/WEB-INF/manager/mweixin/material-list.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/m
etarial/m
aterial-list.ftl
View file @
a2d57732
...
...
@@ -12,10 +12,12 @@
<body>
<div
id=
"app"
>
<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>
...
...
@@ -23,12 +25,21 @@
<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"
>
</div>
</el-main>
</el-container>
</el-main>
</el-container>
</el-container>
</div>
</body>
...
...
src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/
reply/
message-reply.ftl
View file @
a2d57732
File moved
src/main/webapp/WEB-INF/manager/mweixin/weixin.ftl
0 → 100644
View file @
a2d57732
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title></title>
<!-- <#include "/include/head-file.ftl"/> -->
<!--#include virtual="../include/head-file.ftl" -->
</head>
<body>
<!--#include virtual="menu.ftl" -->
</body>
</html>
\ No newline at end of file
src/main/webapp/static/mweixin/.project
0 → 100644
View file @
a2d57732
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
mweixin-less
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.aptana.ide.core.unifiedBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.aptana.projects.webnature
</nature>
</natures>
<filteredResources>
<filter>
<id>
0
</id>
<name></name>
<type>
26
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-false-false-node_modules
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
src/main/webapp/static/mweixin/
less/
material-list.less
→
src/main/webapp/static/mweixin/material-list.less
View file @
a2d57732
@import "../
../
ms-admin/4.7.0/less/app.less";
@import "../ms-admin/4.7.0/less/app.less";
.ms-admin-material-list {
.ms-margin-padding(15px, 10px);
...
...
src/main/webapp/static/mweixin/
less/
menu.less
→
src/main/webapp/static/mweixin/menu.less
View file @
a2d57732
@import "../
../
ms-admin/4.7.0/less/app.less";
@import "../ms-admin/4.7.0/less/app.less";
.ms-admin-title {
height: 50px;
display: flex;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment