dusenyao 2 năm trước cách đây
mục cha
commit
bc518742d6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/App.vue

+ 0 - 2
src/App.vue

@@ -36,7 +36,6 @@ export default {
   },
   created() {
     this.handleUserAgentRoot();
-    alert('123');
     // ['click', 'mousewheel', 'mousemove'].forEach((item) => {
     //   window.addEventListener(item, () => {
     //     sessionStorage.setItem('lastClickTime', new Date().getTime());
@@ -63,7 +62,6 @@ export default {
     // isTimeout() {
     //   clearInterval(this.timeout);
     //   this.timeout = setInterval(() => {
-    //     console.log(sessionStorage.getItem('lastClickTime'));
     //     let nowTime = new Date().getTime();
     //     let { token } = getConfig();
     //     let { user_connection_timeout_duration, sys_home_url } = token;