Merge remote-tracking branch 'origin/4.7.2' into 4.7.2

This commit is contained in:
sgjj 2019-10-29 08:49:04 +08:00
commit ce3386ed92
15 changed files with 1315 additions and 82 deletions

View File

@ -0,0 +1,5 @@
UPDATE `model` SET `model_icon` = 'icon-neirongguanli' WHERE `model_id` = 1;
UPDATE `model` SET `model_icon` = 'icon-huiyuanzhongxin' WHERE `model_id` = 22;
UPDATE `model` SET `model_icon` = 'icon-quanxianguanli' WHERE `model_id` = 23;
UPDATE `model` SET `model_icon` = 'icon-xitongguanli' WHERE `model_id` = 84;
UPDATE `model` SET `model_icon` = 'icon-zidingyiguanli' WHERE `model_id` = 104;

1162
doc/db-mcms-mysql-4.7.2.sql Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -52,12 +52,12 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId> <artifactId>ms-basic</artifactId>
<version>1.0.10</version> <version>1.0.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId> <artifactId>ms-mpeople</artifactId>
<version>1.0.11</version> <version>1.0.11</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -101,9 +101,6 @@
<exclude>**/Dockerfile</exclude> <exclude>**/Dockerfile</exclude>
<exclude>**/ehcache.xml</exclude> <exclude>**/ehcache.xml</exclude>
<exclude>**/upgrade/</exclude> <exclude>**/upgrade/</exclude>
<!-- exclude>**/config/</exclude>
<exclude>**/MSApplication.*</exclude>
<exclude>**/MSServletInitializer.*</exclude -->
<exclude>**/*.java</exclude> <exclude>**/*.java</exclude>
</excludes> </excludes>
</configuration> </configuration>

View File

@ -244,9 +244,9 @@ textarea::-webkit-input-placeholder {
margin-left: 3px; margin-left: 3px;
} }
.ms-admin-logo > div span { .ms-admin-logo > div span {
margin-top: -7px; margin-top: -6px;
position: absolute; position: absolute;
margin-left: 6px; margin-left: 10px;
font-size: 12px; font-size: 12px;
} }
.ms-admin-logo .iconfont { .ms-admin-logo .iconfont {
@ -282,7 +282,6 @@ textarea::-webkit-input-placeholder {
background-color: #0080FF; background-color: #0080FF;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
cursor: pointer; cursor: pointer;
} }
.ms-admin-mstore .ms-admin-mstore-icon span { .ms-admin-mstore .ms-admin-mstore-icon span {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -442,7 +442,7 @@
{ {
"icon_id": "1605988", "icon_id": "1605988",
"name": "自定义", "name": "自定义",
"font_class": "zidingyi1", "font_class": "zidingyiguanli",
"unicode": "e72d", "unicode": "e72d",
"unicode_decimal": 59181 "unicode_decimal": 59181
}, },
@ -1314,6 +1314,13 @@
"unicode": "e704", "unicode": "e704",
"unicode_decimal": 59140 "unicode_decimal": 59140
}, },
{
"icon_id": "5891302",
"name": "内容管理",
"font_class": "neirongguanli",
"unicode": "e72f",
"unicode_decimal": 59183
},
{ {
"icon_id": "5959484", "icon_id": "5959484",
"name": "更多", "name": "更多",
@ -1391,6 +1398,13 @@
"unicode": "e670", "unicode": "e670",
"unicode_decimal": 58992 "unicode_decimal": 58992
}, },
{
"icon_id": "6405627",
"name": "系统管理",
"font_class": "xitongguanli",
"unicode": "e730",
"unicode_decimal": 59184
},
{ {
"icon_id": "6616510", "icon_id": "6616510",
"name": "步进器", "name": "步进器",
@ -1902,6 +1916,13 @@
"unicode": "e716", "unicode": "e716",
"unicode_decimal": 59158 "unicode_decimal": 59158
}, },
{
"icon_id": "8964972",
"name": "会员中心",
"font_class": "huiyuanzhongxin",
"unicode": "e733",
"unicode_decimal": 59187
},
{ {
"icon_id": "8987629", "icon_id": "8987629",
"name": "搜索框", "name": "搜索框",
@ -1993,6 +2014,13 @@
"unicode": "e708", "unicode": "e708",
"unicode_decimal": 59144 "unicode_decimal": 59144
}, },
{
"icon_id": "9535007",
"name": "权限管理",
"font_class": "quanxianguanli",
"unicode": "e735",
"unicode_decimal": 59189
},
{ {
"icon_id": "9539052", "icon_id": "9539052",
"name": "二维码登录", "name": "二维码登录",
@ -2021,6 +2049,13 @@
"unicode": "e61d", "unicode": "e61d",
"unicode_decimal": 58909 "unicode_decimal": 58909
}, },
{
"icon_id": "9575138",
"name": "移交 转交",
"font_class": "yijiaozhuanjiao",
"unicode": "e72e",
"unicode_decimal": 59182
},
{ {
"icon_id": "9616083", "icon_id": "9616083",
"name": "缩小", "name": "缩小",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 676 KiB

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB