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
6a147823
Commit
6a147823
authored
Jan 26, 2019
by
a123456
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: a123456 <1209165801@qq.com>
parent
f9544b1d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
3 deletions
+64
-3
.project
src/main/webapp/WEB-INF/manager/.project
+28
-0
menu.ftl
src/main/webapp/WEB-INF/manager/mweixin/menu.ftl
+8
-3
.project
src/main/webapp/static/mweixin/.project
+28
-0
No files found.
src/main/webapp/WEB-INF/manager/.project
0 → 100644
View file @
6a147823
<?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/
index
.ftl
→
src/main/webapp/WEB-INF/manager/mweixin/
menu
.ftl
View file @
6a147823
...
...
@@ -2,14 +2,16 @@
<html>
<head>
<title></title>
<
#
include
"/
include
/
head-file
.
ftl
"
/>
<!-- <#include "/include/head-file.ftl"/> -->
<link
rel=
"stylesheet"
href=
"../../../static/mweixin/css/menu.css"
>
<!--#include virtual="../include/head-file.ftl" -->
</head>
<body>
<div
id=
"app"
>
<el-container>
<!--左侧-->
<el-aside
width=
"140px"
>
<div
class=
"
weixin
"
>
<div
class=
"
ms-weixin-title
"
>
<i></i>
吕小布微信号
</div>
<el-menu
class=
"ms-admin-menu"
default-active=
"0"
>
...
...
@@ -17,6 +19,9 @@
<template
slot=
"title"
>
<span
v-text=
"menu.title"
></span>
</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>
</el-aside>
...
...
@@ -26,7 +31,7 @@
</el-header>
<el-main>
</el-main>
</el-container>
</el-main>
...
...
src/main/webapp/static/mweixin/.project
0 → 100644
View file @
6a147823
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
mweixin
</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>
1548465267988
</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>
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