Browse Source

取消首页一直加载问题

master
chenrui 2 years ago
parent
commit
cf8c92dc80
  1. 6
      src/views/enforceHome.vue

6
src/views/enforceHome.vue

@ -89,16 +89,16 @@
key: 0, key: 0,
}); });
// //
// setTimeout(() => { setTimeout(() => {
// // // //
// router.push( // router.push(
// { // {
// path: "/noAccess" // path: "/noAccess"
// }); // });
// isLoading.value = false; isLoading.value = false;
// }, 3000); }, 3000);
// //
let noticeObj = reactive({ let noticeObj = reactive({

Loading…
Cancel
Save