mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(lock): automatic screen lock does not work
This commit is contained in:
@@ -26,7 +26,7 @@ if (import.meta.env.DEV) {
|
||||
(async () => {
|
||||
const app = createApp(App);
|
||||
|
||||
// Configure vuex store
|
||||
// Configure store
|
||||
setupStore(app);
|
||||
|
||||
// Initialize internal system configuration
|
||||
@@ -55,8 +55,4 @@ if (import.meta.env.DEV) {
|
||||
await router.isReady();
|
||||
|
||||
app.mount('#app', true);
|
||||
|
||||
if (import.meta.env.DEV) {
|
||||
window.__APP__ = app;
|
||||
}
|
||||
})();
|
||||
|
Reference in New Issue
Block a user