Skip to content

Commit 8eb2e42

Browse files
author
1877682825@qq.com
committed
up
1 parent 02712d1 commit 8eb2e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ant.mgr/mgr.core/Views/Account/Login.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
});
4848
4949
function loginAction() {
50-
if (navigator.userAgent.indexOf("Chrome") < 0 && navigator.userAgent.indexOf("Ctrip") < 0) {
50+
if (navigator.userAgent.indexOf("Chrome") < 0 ) {
5151
swal({
5252
title: "",
5353
text: "不建议使用该浏览器。强烈建议更换谷歌浏览器以获得最佳体验!",

ant.mgr/mgr.core/Views/Shared/_HomeLayout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<ul class="nav navbar-top-links navbar-right">
6565

6666
<li class="hidden-xs">
67-
<a href="mailto:zdyu@Ctrip.com?subject=[CB] Support" data-index="0"><i class="fa fa-envelope"></i> 技术支持</a>
67+
<a href="mailto:1877682825@qq.com?subject=[AntMgr] Support" data-index="0"><i class="fa fa-envelope"></i> 技术支持</a>
6868
</li>
6969
<li class="dropdown hidden-xs">
7070
<a class="right-sidebar-toggle" aria-expanded="false">

0 commit comments

Comments
 (0)