refactor(hooks): introduce vueuse, delete duplicate hooks

This commit is contained in:
vben
2020-11-12 22:40:16 +08:00
parent ecfb702b09
commit d9b1960030
48 changed files with 135 additions and 610 deletions

View File

@@ -128,9 +128,6 @@ const setting: ProjectConfig = {
// 是否开启登录安全校验
openLoginVerify: true,
// 是否监听网络变化
listenNetWork: false,
// 是否开启页面切换loading
openPageLoading: true,