Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EL-ADMIN
Project
Project
Details
Activity
Releases
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
JiangSN
EL-ADMIN
Commits
604ba8f5
Commit
604ba8f5
authored
Oct 20, 2021
by
JiangSN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目名称修改为:数据共享平台
parent
ffc8e9a5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
settings.js
eladmin-web/src/settings.js
+1
-1
VerifyServiceImpl.java
...engjie/modules/system/service/impl/VerifyServiceImpl.java
+2
-2
email.ftl
...ladmin-system/src/main/resources/template/email/email.ftl
+1
-1
taskAlarm.ftl
...in-system/src/main/resources/template/email/taskAlarm.ftl
+1
-1
No files found.
eladmin-web/src/settings.js
View file @
604ba8f5
...
...
@@ -2,7 +2,7 @@ module.exports = {
/**
* @description 网站标题
*/
title
:
'
EL-ADMIN
'
,
title
:
'
数据共享平台
'
,
/**
* @description 是否显示 tagsView
*/
...
...
eladmin/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/VerifyServiceImpl.java
View file @
604ba8f5
...
...
@@ -60,11 +60,11 @@ public class VerifyServiceImpl implements VerifyService {
throw
new
BadRequestException
(
"服务异常,请联系网站负责人"
);
}
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
code
));
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"
EL-ADMIN
后台管理系统"
,
content
);
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"
数据共享平台
后台管理系统"
,
content
);
// 存在就再次发送原来的验证码
}
else
{
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
oldCode
));
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"
EL-ADMIN
后台管理系统"
,
content
);
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"
数据共享平台
后台管理系统"
,
content
);
}
return
emailVo
;
}
...
...
eladmin/eladmin-system/src/main/resources/template/email/email.ftl
View file @
604ba8f5
...
...
@@ -39,7 +39,7 @@
font-size: 12px;
padding: 20px 0px;
font-family: Microsoft YaHei;"
>
Copyright
©
${.now?string("yyyy")}
<a
hover=
"color: #DA251D;"
style=
"color: #999;"
href=
"https://github.com/elunez/eladmin"
target=
"_blank"
>
EL-ADMIN
</a>
后台管理系统 All Rights Reserved.
Copyright
©
${.now?string("yyyy")}
<a
hover=
"color: #DA251D;"
style=
"color: #999;"
href=
"https://github.com/elunez/eladmin"
target=
"_blank"
>
数据共享平台
</a>
后台管理系统 All Rights Reserved.
</div>
</div>
...
...
eladmin/eladmin-system/src/main/resources/template/email/taskAlarm.ftl
View file @
604ba8f5
...
...
@@ -60,7 +60,7 @@
font-size: 12px;
padding: 20px 0px;
font-family: Microsoft YaHei;"
>
Copyright
©
${.now?string("yyyy")}
<a
hover=
"color: #DA251D;"
style=
"color: #999;"
href=
"https://github.com/elunez/eladmin"
target=
"_blank"
>
EL-ADMIN
</a>
后台管理系统 All Rights Reserved.
Copyright
©
${.now?string("yyyy")}
<a
hover=
"color: #DA251D;"
style=
"color: #999;"
href=
"https://github.com/elunez/eladmin"
target=
"_blank"
>
数据共享平台
</a>
后台管理系统 All Rights Reserved.
</div>
</div>
...
...
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