From ec34720a09f7b25d1cee9e18038931c5ea739414 Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Mon, 24 Feb 2020 09:13:32 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B32.8.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/version.js b/src/config/version.js index 6ce0cf6..9a1bcb2 100644 --- a/src/config/version.js +++ b/src/config/version.js @@ -1,3 +1,3 @@ export default { - VERSION: '2.8.9', + VERSION: '2.8.10', }; From 96a1cef4497d1d7aa757859a49ccc171d3b069a0 Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Tue, 25 Feb 2020 10:47:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/projectSelect.vue | 10 +++++++--- src/views/project/space/overview.vue | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/project/projectSelect.vue b/src/components/project/projectSelect.vue index 5d2db85..0e3a460 100644 --- a/src/components/project/projectSelect.vue +++ b/src/components/project/projectSelect.vue @@ -48,7 +48,7 @@ diff --git a/src/router/index.js b/src/router/index.js index 185ce17..38b5e93 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -151,11 +151,6 @@ router.beforeEach((to, from, next) => { }); return false; } - // 统计代码 - if (to.path) { - _hmt.push(['_trackPageview', '/#' + to.fullPath]); - console.log(_hmt); - } next(); }); router.afterEach(route => { diff --git a/src/views/project/template/index.vue b/src/views/project/template/index.vue index 2ec719d..fb05b72 100644 --- a/src/views/project/template/index.vue +++ b/src/views/project/template/index.vue @@ -130,7 +130,8 @@ showLoadingMore: false, loadingMore: false, currentTemplate: {}, - cover: config.PROD_URL + '/static/image/default/cover.png', + cover:'https://beta.vilson.xyz/static/image/default/project-cover.png', + // cover: config.PROD_URL + '/static/image/default/cover.png', newData: { id: 0, },