Commit dd4b510b by guanzhenshan

解决弹窗问题

parent 6cdd6f00
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<script src="css/hplus/js/jquery.min.js?v=2.1.4"></script> <script src="css/hplus/js/jquery.min.js?v=2.1.4"></script>
<script src="~/js/jquery.cookie.js" type="text/javascript"></script> <script src="~/js/jquery.cookie.js" type="text/javascript"></script>
<script src="~/js/common.js?202009160001" type="text/javascript"></script> <script src="~/js/common.js?202009160002" type="text/javascript"></script>
</head> </head>
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden"> <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
......
...@@ -315,7 +315,7 @@ function numFormat(num) { ...@@ -315,7 +315,7 @@ function numFormat(num) {
function login() { function login() {
var token = getUrlParam('token'); var token = getUrlParam('token');
alert(baseUrl);
if (token != '') { if (token != '') {
if (baseUrl.indexOf('bailuntec') >= 0) { if (baseUrl.indexOf('bailuntec') >= 0) {
$.cookie('BailunToken', token, { expires: 1, domain: 'bailuntec.com' }); $.cookie('BailunToken', token, { expires: 1, domain: 'bailuntec.com' });
......
Markdown is supported
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