Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
a2d57732
Commit
a2d57732
authored
Jan 26, 2019
by
a123456
Browse files
Signed-off-by: a123456 <1209165801@qq.com>
parent
5ae06a86
Changes
11
Hide whitespace changes
Inline
Side-by-side
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>
<
link
rel="stylesheet" href="../../../static/mweixin/css/menu.css">
<
html
>
<head>
<
div
id="menu-vue">
<title></title>
<!--左侧-->
<!-- <#include "/include/head-file.ftl"/> -->
<div class="ms-admin-title">
<!--#include virtual="../include/head-file.ftl" -->
<i></i> 吕小布微信号
<link rel="stylesheet" href="../../../static/mweixin/css/menu.css">
</div>
</head>
<el-menu class="ms-weixin-menu" default-active="0">
<body>
<el-submenu :index="i+''" v-for="(menu,i) in menuList" @click="menuActive = menu">
<div id="app">
<template slot="title">
<!--左侧-->
<span v-text="menu.title"></span>
<div class="ms-admin-title">
</template>
<i></i> 吕小布微信号
<el-menu-item-group>
</div>
<el-menu-item class="ms-weixin-menu-item" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
<el-menu class="ms-weixin-menu" default-active="0">
</el-menu-item-group>
<el-submenu :index="i+''" v-for="(menu,i) in menuList" @click="menuActive = menu">
</el-submenu>
<template slot="title">
</el-menu>
<span v-text="menu.title"></span>
</
div
>
</template>
<el-menu-item-group>
<el-menu-item class="ms-weixin-menu-item" :index="i+'-'+index" v-for="(sub,index) in menu.sub" v-text="sub.title"></el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
</div>
</body>
</
html
>
<
script
>
<
script
>
new Vue(
{
var menuVue =
new Vue(
{
el
:
"#
app
"
,
el
:
"#
menu-vue
"
,
data
:
{
data
:
{
menuList
:
[
{
menuList
:
[
{
title
:
'图文素材'
,
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/
metarial/
material-list.ftl
View file @
a2d57732
...
@@ -12,10 +12,12 @@
...
@@ -12,10 +12,12 @@
<body>
<body>
<div id="app">
<div id="app">
<el-container>
<el-container>
<!--左侧meun-->
<el-aside width="140px">
<el-aside width="140px">
<!--#include virtual="../include/menu.ftl" -->
<!--#include virtual="../include/menu.ftl" -->
</el-aside>
</el-aside>
<el-container>
<el-container>
<!--右侧头部-->
<el-header height="50px">
<el-header height="50px">
<el-row class="ms-fr">
<el-row class="ms-fr">
<el-button type="success">保存</el-button>
<el-button type="success">保存</el-button>
...
@@ -23,10 +25,19 @@
...
@@ -23,10 +25,19 @@
<el-button>返回</el-button>
<el-button>返回</el-button>
</el-row>
</el-row>
</el-header>
</el-header>
<el-main class="ms-admin-material-list">
<el-main>
<div class="ms-admin-material-item">
<!--内容同步-->
<el-container>
<el-header height="50px">
</div>
</el-header>
<!--素材列表-->
<el-main class="ms-admin-material-list">
<div class="ms-admin-material-item">
</div>
</el-main>
</el-container>
</el-main>
</el-main>
</el-container>
</el-container>
</el-container>
</el-container>
...
...
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-admin-material-list {
.ms-margin-padding(15px, 10px);
.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 {
.ms-admin-title {
height: 50px;
height: 50px;
display: flex;
display: flex;
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
}
}
.ms-weixin-menu {
.ms-weixin-menu {
min-height: ~'calc(100vh - 50px)';
min-height: ~'calc(100vh - 50px)';
background: #fff;
background: #fff;
}
}
.ms-weixin-menu-item {
.ms-weixin-menu-item {
min-width: 100% !important;
min-width: 100% !important;
...
...
Write
Preview
Supports
Markdown
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