fixessome

This commit is contained in:
Vladimir Voronin
2024-11-18 14:13:57 +03:00
parent 69a7f8732a
commit 9060cda312
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<ToolBar class=" fixed visible lg:invisible bottom-0 z-10"/>
<!-- Контентная часть заполняет оставшееся пространство -->
<div class="flex flex-col flex-grow gap-4 ">
<div class="flex flex-col flex-grow">
<!-- {{ tg_id }}-->
<Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/>
<router-view />

View File

@@ -4,8 +4,8 @@ import { useRouter } from 'vue-router';
// Создаем экземпляр axios
const api = axios.create({
baseURL: 'https://luminic.space/api/v1',
// baseURL: 'http://localhost:8000/api/v1',
// baseURL: 'https://luminic.space/api/v1',
baseURL: 'http://localhost:8000/api/v1',
});
// Устанавливаем токен из localStorage при каждом запуске