From 6275706f2a4f8fbce9aa8d7fca7ec7999f7ac9ee Mon Sep 17 00:00:00 2001 From: lixg Date: Wed, 30 Nov 2022 09:58:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=8E=B7=E5=8F=96=E5=AD=A6=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/config.js | 4 +- src/components/drawers/AddTest.vue | 170 +++++++++++++------------- src/views/examine/CourseReviewedN.vue | 3 +- src/views/learningpath/LevelAdd.vue | 3 +- 4 files changed, 93 insertions(+), 87 deletions(-) diff --git a/src/api/config.js b/src/api/config.js index b97e2357..d83dabce 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-11-29 17:09:48 + * @LastEditTime: 2022-11-29 21:03:51 * @FilePath: /fe-manage/src/api/config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -53,7 +53,7 @@ http.interceptors.response.use( return response; } else { if (code === 1000) { - window.open("https://u-pre.boe.com/web/", '_self'); + // window.open("https://u-pre.boe.com/web/", '_self'); } console.log("api %o", msg); } diff --git a/src/components/drawers/AddTest.vue b/src/components/drawers/AddTest.vue index f4276b2f..ff70718e 100644 --- a/src/components/drawers/AddTest.vue +++ b/src/components/drawers/AddTest.vue @@ -15,8 +15,8 @@ @click="closeDrawer" /> - -
+ +
- +
确定
- -
@@ -394,7 +392,7 @@