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
f2b0c101
Commit
f2b0c101
authored
Sep 29, 2021
by
mingsoft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.2.4代发布
parent
a1b05c0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
20 deletions
+11
-20
pom.xml
pom.xml
+10
-13
index.ftl
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
+0
-3
ms.http.js
src/main/webapp/static/plugins/ms/1.0.0/ms.http.js
+1
-4
No files found.
pom.xml
View file @
f2b0c101
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.2.
3
</version>
<version>
5.2.
4
</version>
<name>
ms-mcms
</name>
<name>
ms-mcms
</name>
<!-- 打包war包 -->
<!-- 打包war包 -->
<!-- <packaging>war</packaging>-->
<!-- <packaging>war</packaging>-->
...
@@ -44,48 +44,42 @@
...
@@ -44,48 +44,42 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
<artifactId>
ms-base
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
</dependency>
</dependency>
<!--base源码-->
<!--base源码-->
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
<artifactId>
ms-base
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
<classifier>
sources
</classifier>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<artifactId>
ms-basic
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
</dependency>
</dependency>
<!--basic源码-->
<!--basic源码-->
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<artifactId>
ms-basic
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
<classifier>
sources
</classifier>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<artifactId>
ms-mdiy
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
</dependency>
</dependency>
<!--mdiy源码-->
<!--mdiy源码-->
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<artifactId>
ms-mdiy
</artifactId>
<version>
2.1.
7
</version>
<version>
2.1.
8
</version>
<classifier>
sources
</classifier>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
store-client
</artifactId>
<version>
2.1.7.1
</version>
</dependency>
</dependencies>
</dependencies>
...
@@ -115,11 +109,13 @@
...
@@ -115,11 +109,13 @@
</resource>
</resource>
</resources>
</resources>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<configuration>
<executable>
true
</executable>
<executable>
true
</executable>
<fork>
true
</fork>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
...
@@ -145,6 +141,7 @@
...
@@ -145,6 +141,7 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
</plugins>
</plugins>
<defaultGoal>
compile
</defaultGoal>
<defaultGoal>
compile
</defaultGoal>
</build>
</build>
...
...
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
f2b0c101
...
@@ -317,7 +317,6 @@
...
@@ -317,7 +317,6 @@
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
flex-direction
:
column
;
flex-direction
:
column
;
display
:
flex
;
display
:
flex
;
justify-content
:
end
;
margin
:
12px
6px
12px
12px
;
margin
:
12px
6px
12px
12px
;
animation-duration
:
1s
;
animation-duration
:
1s
;
width
:
100%
;
width
:
100%
;
...
@@ -465,7 +464,6 @@
...
@@ -465,7 +464,6 @@
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
flex-direction
:
column
;
flex-direction
:
column
;
display
:
flex
;
display
:
flex
;
justify-content
:
end
;
margin
:
12px
6px
;
margin
:
12px
6px
;
animation-duration
:
1s
;
animation-duration
:
1s
;
width
:
100%
;
width
:
100%
;
...
@@ -610,7 +608,6 @@
...
@@ -610,7 +608,6 @@
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
flex-direction
:
column
;
flex-direction
:
column
;
display
:
flex
;
display
:
flex
;
justify-content
:
end
;
margin
:
12px
12px
12px
6px
;
margin
:
12px
12px
12px
6px
;
animation-duration
:
1s
;
animation-duration
:
1s
;
width
:
100%
;
width
:
100%
;
...
...
src/main/webapp/static/plugins/ms/1.0.0/ms.http.js
View file @
f2b0c101
...
@@ -42,13 +42,10 @@
...
@@ -42,13 +42,10 @@
msg
=
"客户端错误"
;
msg
=
"客户端错误"
;
}
else
if
(
error
.
response
.
status
==
403
)
{
}
else
if
(
error
.
response
.
status
==
403
)
{
msg
=
"您的权限不足"
;
msg
=
"您的权限不足"
;
}
else
if
(
error
.
response
.
status
==
404
)
{
msg
=
"请求不存在"
;
}
else
if
(
error
.
response
.
status
==
423
)
{
}
else
if
(
error
.
response
.
status
==
423
)
{
msg
=
"账号被锁定!"
;
msg
=
"账号被锁定!"
;
}
else
if
(
error
.
response
.
status
==
500
)
{
}
else
if
(
error
.
response
.
status
==
500
)
{
msg
=
"服务器异常"
;
msg
=
"服务器异常"
;
}
else
if
(
error
.
response
.
status
==
501
)
{
}
else
if
(
error
.
response
.
status
==
501
)
{
msg
=
"您的操作被取消或不允许提交"
;
msg
=
"您的操作被取消或不允许提交"
;
}
else
if
(
error
.
response
.
status
==
423
)
{
}
else
if
(
error
.
response
.
status
==
423
)
{
...
@@ -57,7 +54,7 @@
...
@@ -57,7 +54,7 @@
if
(
error
.
response
.
data
&&
error
.
response
.
data
.
msg
)
{
if
(
error
.
response
.
data
&&
error
.
response
.
data
.
msg
)
{
msg
=
error
.
response
.
data
.
msg
;
msg
=
error
.
response
.
data
.
msg
;
}
}
if
(
msg
)
{
if
(
msg
&&
error
.
response
.
status
!=
404
)
{
var
tempVue
=
document
.
createElement
(
'div'
);
var
tempVue
=
document
.
createElement
(
'div'
);
tempVue
.
id
=
"tempVue"
;
tempVue
.
id
=
"tempVue"
;
document
.
body
.
appendChild
(
tempVue
)
document
.
body
.
appendChild
(
tempVue
)
...
...
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