Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
leyi cen
Wangmarket
Commits
db2ed6d9
Commit
db2ed6d9
authored
4 years ago
by
xnx3
Browse files
Options
Download
Email Patches
Plain Diff
优化安装时授权版本的提示。登录页面增加未安装拦截,如果未安装,自动跳转到安装界面。
parent
58db6b93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/com/xnx3/wangmarket/admin/controller/LoginController.java
+4
-0
...com/xnx3/wangmarket/admin/controller/LoginController.java
src/main/webapp/WEB-INF/view/iw_update/install/selectAttachment.jsp
+3
-5
...ebapp/WEB-INF/view/iw_update/install/selectAttachment.jsp
with
7 additions
and
5 deletions
+7
-5
src/main/java/com/xnx3/wangmarket/admin/controller/LoginController.java
+
4
-
0
View file @
db2ed6d9
...
...
@@ -157,6 +157,10 @@ public class LoginController extends com.xnx3.wangmarket.admin.controller.BaseCo
ActionLogUtil
.
insert
(
request
,
"进入登录页面"
,
"已经登录成功,无需再登录,进行跳转"
);
return
redirect
(
com
.
xnx3
.
wangmarket
.
admin
.
Func
.
getConsoleRedirectUrl
());
}
if
(
SystemUtil
.
get
(
"IW_AUTO_INSTALL_USE"
).
equals
(
"true"
)){
//尚未安装,进入安装界面
return
redirect
(
"install/index.do"
);
}
ActionLogUtil
.
insert
(
request
,
"进入登录页面"
);
return
"iw_update/login/login"
;
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/iw_update/install/selectAttachment.jsp
+
3
-
5
View file @
db2ed6d9
...
...
@@ -98,16 +98,14 @@
<li>
正版授权,去管理后台左下角我方版权标识
</li>
<li>
未来可支持分布式部署,无网站个数限制
</li>
<li>
使用CDN加速,网站极速访问
</li>
<li>
有
访问统计
、网站转移等锦上添花的功能
</li>
<li>
有
文件管理
、网站转移等锦上添花的功能
</li>
</ul>
</div>
</div>
<div
style=
"display:none;"
id=
"shouquanxinxi"
>
<div
class=
"title"
>
收费企业版
</div>
<div
style=
"font-size: 38px;color: red;"
>
需我方授权!
<br/>
授权费用 :5000元永久
<div
style=
"font-size: 18px;color: red;"
>
免费赠送3个月的企业版授权。帮你安装好、调试好,你可以不用管服务器所有操作,只管用!三个月之后可以选择续费延期(500/年,或者5000元永久) ,也可以不再购买授权,依旧可以正常免费使用。只不过我方不再提供人工方面的咨询及帮助。详情点击查看
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help