group add
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import GlobalProviders from "@/components/GlobalProviders.vue";
|
||||
import GlobalTaskProgressBar from "@/components/GlobalTaskProgressBar.vue";
|
||||
import Layout from "@/components/Layout.vue";
|
||||
import { useAuthKey } from "@/services/auth";
|
||||
import { computed } from "vue";
|
||||
@@ -16,7 +15,7 @@ const isLoggedIn = computed(() => !!authKey.value);
|
||||
<router-view v-else key="auth" />
|
||||
|
||||
<!-- 全局任务进度条 -->
|
||||
<global-task-progress-bar />
|
||||
<!-- <global-task-progress-bar /> -->
|
||||
</div>
|
||||
</global-providers>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user