From d90c460eca552910746ad60e1f563dcdc030b20b Mon Sep 17 00:00:00 2001
From: bai <1643359946@qq.com>
Date: Sun, 7 May 2023 11:37:41 +0800
Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B45=E6=9C=887=E6=97=A5=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/routes/modules/site/site.ts | 18 +++++++--------
src/views/site/common/video/videojs/video.vue | 4 ++--
.../site/common/video/videojs/viewPage.vue | 23 ++++++++-----------
src/views/site/index.vue | 22 +-----------------
src/views/site/index2.vue | 16 -------------
src/views/site/tingKeZuJi/list.vue | 2 --
src/views/site/tingKeZuJi/more.vue | 3 +--
src/views/site/tingKeZuJi/page/qaAddPage.vue | 1 -
8 files changed, 22 insertions(+), 67 deletions(-)
delete mode 100644 src/views/site/index2.vue
diff --git a/src/router/routes/modules/site/site.ts b/src/router/routes/modules/site/site.ts
index 38b9d04..7fcb2fc 100644
--- a/src/router/routes/modules/site/site.ts
+++ b/src/router/routes/modules/site/site.ts
@@ -23,15 +23,15 @@ const site: AppRouteModule = {
title: '信息中心',
},
},
- {
- path: 'index2',
- name: 'siteIndex2',
- component: () => import('/@/views/site/index2.vue'),
- meta: {
- // affix: true,
- title: '测试页',
- },
- },
+ // {
+ // path: 'index2',
+ // name: 'siteIndex2',
+ // component: () => import('/@/views/site/index2.vue'),
+ // meta: {
+ // // affix: true,
+ // title: '测试页',
+ // },
+ // },
{
path: 'tingKeZuJiMore',
name: 'tingKeZuJiMore',
diff --git a/src/views/site/common/video/videojs/video.vue b/src/views/site/common/video/videojs/video.vue
index 20cd68a..643128a 100644
--- a/src/views/site/common/video/videojs/video.vue
+++ b/src/views/site/common/video/videojs/video.vue
@@ -17,7 +17,7 @@
diff --git a/src/views/site/tingKeZuJi/list.vue b/src/views/site/tingKeZuJi/list.vue
index 6d1f0be..6a0c34c 100644
--- a/src/views/site/tingKeZuJi/list.vue
+++ b/src/views/site/tingKeZuJi/list.vue
@@ -78,12 +78,10 @@ function init() {
console.log('init');
listApi({ userid: getUserId(), tingketime: getSysConfig().bxqkssj, ...props.queryParam }).then(res => {
list.value = res ?? [];
- console.log(`🚀 ~ file: list.vue:81 ~ listApi ~ list:`, list)
});
}
function onSearch() {
- console.log('onSearch');
init();
}
diff --git a/src/views/site/tingKeZuJi/more.vue b/src/views/site/tingKeZuJi/more.vue
index 98e6dbc..92b3ef0 100644
--- a/src/views/site/tingKeZuJi/more.vue
+++ b/src/views/site/tingKeZuJi/more.vue
@@ -50,7 +50,7 @@