|
@@ -61,13 +61,10 @@
|
|
|
|
|
|
var flag = IsPC(); //true为PC端,false为手机端
|
|
|
if(flag) {
|
|
|
- console.log('触发')
|
|
|
// 当前地址为工时管家移动端就跳转到工时管家官网
|
|
|
- if(urls.indexOf('mobworktime.ttkuaiban') != '-1') {
|
|
|
+ if(urls.indexOf('mobworktime.ttkuaiban') != '-1') {//
|
|
|
location.href = 'https://worktime.ttkuaiban.com';
|
|
|
- } else {
|
|
|
- location.href = 'http://mldworktime.ttkuaiban.com:9097/';
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
</script>
|
|
|
<style>
|