Commit db2ed6d9 authored by xnx3's avatar xnx3
Browse files

优化安装时授权版本的提示。登录页面增加未安装拦截,如果未安装,自动跳转到安装界面。

parent 58db6b93
Showing with 7 additions and 5 deletions
+7 -5
......@@ -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";
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment