We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02712d1 commit 8eb2e42Copy full SHA for 8eb2e42
ant.mgr/mgr.core/Views/Account/Login.cshtml
@@ -47,7 +47,7 @@
47
});
48
49
function loginAction() {
50
- if (navigator.userAgent.indexOf("Chrome") < 0 && navigator.userAgent.indexOf("Ctrip") < 0) {
+ if (navigator.userAgent.indexOf("Chrome") < 0 ) {
51
swal({
52
title: "",
53
text: "不建议使用该浏览器。强烈建议更换谷歌浏览器以获得最佳体验!",
ant.mgr/mgr.core/Views/Shared/_HomeLayout.cshtml
@@ -64,7 +64,7 @@
64
<ul class="nav navbar-top-links navbar-right">
65
66
<li class="hidden-xs">
67
- <a href="mailto:zdyu@Ctrip.com?subject=[CB] Support" data-index="0"><i class="fa fa-envelope"></i> 技术支持</a>
+ <a href="mailto:1877682825@qq.com?subject=[AntMgr] Support" data-index="0"><i class="fa fa-envelope"></i> 技术支持</a>
68
</li>
69
<li class="dropdown hidden-xs">
70
<a class="right-sidebar-toggle" aria-expanded="false">
0 commit comments