diff --git a/src/main.ts b/src/main.ts index 1ae1a18..c31e6a4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,8 +11,8 @@ import axios from 'axios'; import { AxiosResponse } from "axios"; import { createYmaps } from 'vue-yandex-maps'; -const HOST = "https://cycle-rider.ru"; -// const HOST = "http://localhost:8000"; +// const HOST = "https://cycle-rider.ru"; +const HOST = "http://localhost:8000"; axios.defaults.baseURL = HOST; diff --git a/src/pages/workouts/Feed.vue b/src/pages/workouts/Feed.vue index a4dfb20..d6671aa 100644 --- a/src/pages/workouts/Feed.vue +++ b/src/pages/workouts/Feed.vue @@ -16,7 +16,7 @@
  • Расстояние: {{ distConvert(item.distantion) }} км
  • Продолжительность: {{ secondsToDuration(item.duraion_sec) }}
  • Мощность: {{ Math.round(item.power) }} Вт
  • -
  • Ссылки: Дзен
  • +
  • Ссылки: Дзен
  • Ссылки на описание:
    Дзен
    -
    Добавить
    +
    Добавить
    @@ -432,4 +432,7 @@ h3 { border: #333 1px solid; padding-left: 5px; } +.workout-item-params-pointer { + cursor: pointer; +} \ No newline at end of file diff --git a/src/pages/workouts/WorkoutList.vue b/src/pages/workouts/WorkoutList.vue index 229d868..ea7dc42 100644 --- a/src/pages/workouts/WorkoutList.vue +++ b/src/pages/workouts/WorkoutList.vue @@ -19,7 +19,7 @@
  • Расстояние: {{ distConvert(item.distantion) }} км
  • Продолжительность: {{ secondsToDuration(item.duraion_sec) }}
  • Мощность: {{ Math.round(item.power) }} Вт
  • -
  • Ссылки: Дзен
  • +
  • Ссылки: Дзен