浏览代码

修复模拟考试任何人都能去

zhangyujun 3 年之前
父节点
当前提交
13da0c90f6
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/store/index.ts

+ 0 - 3
src/store/index.ts

@@ -23,10 +23,7 @@ const store = createStore({
       const userTime: number = dayjs(store.getters.getUserData.expireTime).valueOf();
       const currentTime: number = dayjs().valueOf();
       return (userTime - currentTime) > 0
-
       //return false
-
-
     }
   },
   mutations: {