From ef5aa579308f079c99070d011d90df342e1f5bc4 Mon Sep 17 00:00:00 2001 From: lixg Date: Wed, 7 Dec 2022 08:55:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=92=8C=E8=AF=BE=E7=A8=8B=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/api/config.js | 10 +- src/views/examine/CourseReviewed.vue | 200 +++++++++++++++---------- src/views/examine/CourseReviewedN.vue | 6 +- src/views/examine/ProjectReviewed.vue | 181 ++++++++++++---------- src/views/examine/ProjectReviewedN.vue | 103 ++++++++----- 6 files changed, 301 insertions(+), 201 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7e5bb0b1..a2c77061 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,7 +43,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本0.9.2------------"); + console.log("版本0.9.3------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); }); diff --git a/src/api/config.js b/src/api/config.js index 00fd2e3b..0fc645fe 100644 --- a/src/api/config.js +++ b/src/api/config.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-21 14:32:52 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-06 18:00:21 + * @LastEditTime: 2022-12-07 08:54:55 * @FilePath: /fe-manage/src/api/config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -55,10 +55,10 @@ http.interceptors.response.use( if (code === 0 || code === 200) { return response; } else { - // if (code === 1000) { - // window.open("https://u-pre.boe.com/web/", '_self'); - // // window.open("http://111.231.196.214:12013/manage/login", '_self'); - // } + if (code === 1000) { + window.open("https://u-pre.boe.com/web/", '_self'); + // window.open("http://111.231.196.214:12013/manage/login", '_self'); + } console.log("api %o", msg); } return response; diff --git a/src/views/examine/CourseReviewed.vue b/src/views/examine/CourseReviewed.vue index 690c83ee..f8db2130 100644 --- a/src/views/examine/CourseReviewed.vue +++ b/src/views/examine/CourseReviewed.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-16 20:59:06 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-11-16 21:08:27 + * @LastEditTime: 2022-12-07 08:53:23 * @FilePath: /fe-manage/src/views/examine/CourseReviewed.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%A --> @@ -14,24 +14,38 @@
- +
- + " + placeholder="请输入创建人" + />
- + " + placeholder="请输入名称" + />
@@ -48,56 +62,71 @@
- +
- +
- - -
-
-
-
-
- 审核记录 - + + +
+
+
+
+
+ 审核记录 + +
+
+ +
+
+
+
取消
-
- -
-
-
-
取消
-
-
-
确定
-
+
+
确定
- +
+