feat: global loading add text

This commit is contained in:
vben
2020-11-01 13:22:31 +08:00
parent 275ad9f14e
commit 4f98978eda
4 changed files with 61 additions and 79 deletions

View File

@@ -37,6 +37,7 @@ export function createVitePlugins(viteEnv: ViteEnv) {
: '',
// Insert Baidu statistics code
hmScript: isSiteMode() ? hmScript : '',
title: VITE_GLOB_APP_TITLE,
},
})
);