diff --git a/pages/food/tips/videos/_id.vue b/pages/food/tips/videos/_id.vue index 2a2ccaf..482bb6a 100644 --- a/pages/food/tips/videos/_id.vue +++ b/pages/food/tips/videos/_id.vue @@ -10,7 +10,7 @@ allowfullscreen="allowfullscreen" width="100%" height="340" - :src="'http://www.youtube.com/embed/' + VIDEO.url + '?autoplay=0'" + :src="'https://www.youtube.com/embed/' + VIDEO.url + '?autoplay=0'" frameborder="0" > diff --git a/pages/special/webinar.vue b/pages/special/webinar.vue deleted file mode 100644 index b78b62c..0000000 --- a/pages/special/webinar.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - - diff --git a/store/userActions.js b/store/userActions.js index 914cf72..3a48e53 100644 --- a/store/userActions.js +++ b/store/userActions.js @@ -12,12 +12,6 @@ export const state = () => ({ url: '/food', color: '#f2b3dd' }, - { - title: 'Вебинар с Мариной Богомоловой', - minPlan: 0, - url: '/special/webinar', - color: '#56CCF2' - }, { title: 'Онлайн консультация', minPlan: 0,