From a01686ffe34ff24ad62259d7c58119afc60e5fb4 Mon Sep 17 00:00:00 2001 From: lixg Date: Sun, 20 Nov 2022 18:08:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=8F=8A=E9=A1=B9=E7=9B=AE=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9A=84=E7=BB=9F=E8=AE=A1,=E5=A2=9E=E5=8A=A0=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 19 +- src/api/index.js | 12 +- src/api/index1.js | 11 +- src/api/method.js | 204 +-- src/components/drawers/UnlockMode.vue | 80 +- src/store/index.js | 25 +- src/views/learningpath/LearningPath.vue | 200 +-- src/views/learningpath/LevelAddDetail.vue | 1528 +++++++++++---------- src/views/projectcenter/ProjectAdd.vue | 80 +- src/views/projectcenter/ProjectManage.vue | 79 +- src/views/projectcenter/TaskAdd.vue | 68 +- src/views/system/SystemManage.vue | 268 ++-- 12 files changed, 1312 insertions(+), 1262 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7ab55e6d..f3620e3e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,11 +18,13 @@