fixessome
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<ToolBar class=" fixed visible lg:invisible bottom-0 z-10"/>
|
<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 }}-->
|
<!-- {{ tg_id }}-->
|
||||||
<Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/>
|
<Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/>
|
||||||
<router-view />
|
<router-view />
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ import { useRouter } from 'vue-router';
|
|||||||
|
|
||||||
// Создаем экземпляр axios
|
// Создаем экземпляр axios
|
||||||
const api = axios.create({
|
const api = axios.create({
|
||||||
baseURL: 'https://luminic.space/api/v1',
|
// baseURL: 'https://luminic.space/api/v1',
|
||||||
// baseURL: 'http://localhost:8000/api/v1',
|
baseURL: 'http://localhost:8000/api/v1',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Устанавливаем токен из localStorage при каждом запуске
|
// Устанавливаем токен из localStorage при каждом запуске
|
||||||
|
|||||||
Reference in New Issue
Block a user