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
72259097
Commit
72259097
authored
Aug 09, 2019
by
ms group dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模版更新
parent
258868e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
25 additions
and
20 deletions
+25
-20
4.7.0-to-4.7.1-mysql.sql
doc/4.7.0-to-4.7.1-mysql.sql
+0
-0
pom.xml
pom.xml
+1
-0
application-dev.yml
src/main/resources/application-dev.yml
+3
-2
index.html
src/main/webapp/html/1/index.html
+0
-0
index.html
src/main/webapp/html/1/m/index.html
+0
-0
about.htm
src/main/webapp/templets/1/default/m/about.htm
+4
-3
advice.htm
src/main/webapp/templets/1/default/m/advice.htm
+3
-3
case-list.htm
src/main/webapp/templets/1/default/m/case-list.htm
+3
-3
contact.htm
src/main/webapp/templets/1/default/m/contact.htm
+4
-3
news-list.htm
src/main/webapp/templets/1/default/m/news-list.htm
+4
-3
news-show.htm
src/main/webapp/templets/1/default/m/news-show.htm
+3
-3
No files found.
doc/4.7.0-to-4.7.1-mysql.sql
View file @
72259097
This diff is collapsed.
Click to expand it.
pom.xml
View file @
72259097
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
<artifactId>
mcms
</artifactId>
<artifactId>
mcms
</artifactId>
<version>
4.7.0-SNAPSHOT
</version>
<version>
4.7.0-SNAPSHOT
</version>
<name>
ms-mcms
</name>
<name>
ms-mcms
</name>
<packaging>
jar
</packaging>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
</properties>
</properties>
...
...
src/main/resources/application-dev.yml
View file @
72259097
spring
:
spring
:
datasource
:
datasource
:
url
:
jdbc:mysql://
localhost:3306
/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
url
:
jdbc:mysql://
imingsoft.cn:3307
/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username
:
root
username
:
root
password
:
root
password
:
root
@78
filters
:
wall,mergeStat
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
\ No newline at end of file
src/main/webapp/html/1/index.html
View file @
72259097
This diff is collapsed.
Click to expand it.
src/main/webapp/html/1/m/index.html
View file @
72259097
This diff is collapsed.
Click to expand it.
src/main/webapp/templets/1/default/m/about.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/about.png"
class=
"am-img-responsive"
alt=
""
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/about.png"
class=
"am-img-responsive"
alt=
""
/>
</div>
</div>
...
@@ -30,6 +30,6 @@
...
@@ -30,6 +30,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
</html>
</html>
\ No newline at end of file
src/main/webapp/templets/1/default/m/advice.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/message.png"
alt=
""
width=
"100%"
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/message.png"
alt=
""
width=
"100%"
/>
</div>
</div>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<button
type=
"button"
class=
"am-btn am-btn-primary ms-content-button"
>
提交
</button>
<button
type=
"button"
class=
"am-btn am-btn-primary ms-content-button"
>
提交
</button>
</form>
</form>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
</html>
</html>
<script>
<script>
...
...
src/main/webapp/templets/1/default/m/case-list.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/mo.png"
class=
"am-img-responsive"
alt=
""
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/mo.png"
class=
"am-img-responsive"
alt=
""
/>
</div>
</div>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
{/ms:arclist}
{/ms:arclist}
</ul>
</ul>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
</html>
</html>
<script>
<script>
...
...
src/main/webapp/templets/1/default/m/contact.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/about.png"
class=
"am-img-responsive"
alt=
""
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/about.png"
class=
"am-img-responsive"
alt=
""
/>
</div>
</div>
...
@@ -30,6 +30,6 @@
...
@@ -30,6 +30,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
</html>
</html>
\ No newline at end of file
src/main/webapp/templets/1/default/m/news-list.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/case.png"
class=
"am-img-responsive"
alt=
""
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/case.png"
class=
"am-img-responsive"
alt=
""
/>
</div>
</div>
...
@@ -20,6 +20,6 @@
...
@@ -20,6 +20,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
</html>
</html>
\ No newline at end of file
src/main/webapp/templets/1/default/m/news-show.htm
View file @
72259097
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<
#
include
"
m
/
head-file
.
htm
"
/>
<
#
include
"
/
m
/
head-file
.
htm
"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/css/jquery.sinaemotion.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/css/jquery.sinaemotion.css"
/>
<script
type=
"text/javascript"
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery.sinaEmotion.js"
></script>
<script
type=
"text/javascript"
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery.sinaEmotion.js"
></script>
</head>
</head>
<body>
<body>
<
#
include
"
m
/
head
.
htm
"
/>
<
#
include
"
/
m
/
head
.
htm
"
/>
<div
class=
"ms-banner"
>
<div
class=
"ms-banner"
>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/case.png"
class=
"am-img-responsive"
alt=
""
/>
<img
src=
"{ms:global.host/}/{ms:global.style/}/images/case.png"
class=
"am-img-responsive"
alt=
""
/>
</div>
</div>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<
#
include
"
m
/
footer
.
htm
"
/>
<
#
include
"
/
m
/
footer
.
htm
"
/>
</body>
</body>
<script>
<script>
var
newsShowVue
=
new
Vue
({
var
newsShowVue
=
new
Vue
({
...
...
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