From a7ca08ec3444cbbfda436261a81f8ffc9b873485 Mon Sep 17 00:00:00 2001
From: luyuan <1162963624@qq.com>
Date: Mon, 12 Oct 2020 09:55:28 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=89=E5=85=A8=E9=AA=8C?=
=?UTF-8?q?=E8=AF=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NavBottom.vue | 18 ++++++++++++------
src/components/VideoItem.vue | 14 ++++++++++++--
vue.config.js | 3 ++-
3 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/src/components/NavBottom.vue b/src/components/NavBottom.vue
index 238435a..2d8df44 100644
--- a/src/components/NavBottom.vue
+++ b/src/components/NavBottom.vue
@@ -1,13 +1,14 @@
-
{{ item.name }}
+
{{ item.name }}
Beelink公司版权所有 2019—2022
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index b756f05..6d52111 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,7 +19,8 @@ module.exports = {
// 为开发环境修改配置...
config.devServer = {
- proxy: 'http://case.sy-my.net'
+ proxy: 'http://case.sy-my.net',
+ disableHostCheck: true
}
}
}