|
@@ -38,12 +38,13 @@
|
|
var urls = window.location.href
|
|
var urls = window.location.href
|
|
console.log(urls, '当前的页面地址')
|
|
console.log(urls, '当前的页面地址')
|
|
var flag = IsPC(); //true为PC端,false为手机端
|
|
var flag = IsPC(); //true为PC端,false为手机端
|
|
- if (flag && urls.indexOf('mobworktime.ttkuaiban') != '-1') {
|
|
|
|
- //跳转到PC登录页面
|
|
|
|
|
|
+ // if (flag && urls.indexOf('mobworktime.ttkuaiban') != '-1') {
|
|
|
|
+ if(flag && urls.indexOf('mobworktime.ttkuaiban') != '-1') {
|
|
|
|
+ // 跳转到工时管家首页
|
|
location.href = 'https://worktime.ttkuaiban.com';
|
|
location.href = 'https://worktime.ttkuaiban.com';
|
|
- } else {
|
|
|
|
|
|
+ }
|
|
|
|
+ if(flag && urls.indexOf('mobworktime.ttkuaiban') == '-1') {
|
|
location.href = 'http://183.66.166.222:9097/';
|
|
location.href = 'http://183.66.166.222:9097/';
|
|
- // location.href = 'https://www.baidu.com/';
|
|
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|