From eb8384491acc7794ca91c5b3a4a2712ec94d5d77 Mon Sep 17 00:00:00 2001 From: significative <163999932+significative@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:11:00 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E7=BD=91=E7=AB=99=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2:=E5=A4=B4=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layout/main/index.vue | 6 ++- src/Layout/tabbar/index.vue | 74 ++++++++++++++++++++++---- src/api/configuration.ts | 42 +++++++++++++++ src/router/module/constRouter/index.ts | 22 ++++---- src/store/module/adminInfo.ts | 32 +++++++++++ src/store/module/user.ts | 2 +- 6 files changed, 154 insertions(+), 24 deletions(-) create mode 100644 src/api/configuration.ts create mode 100644 src/store/module/adminInfo.ts diff --git a/src/Layout/main/index.vue b/src/Layout/main/index.vue index 077b17b..5ae869e 100644 --- a/src/Layout/main/index.vue +++ b/src/Layout/main/index.vue @@ -6,10 +6,10 @@ -->
@@ -71,6 +71,10 @@ console.log(adminInfoStore); align-items: center; justify-content: center; color: #ccc; + font-family:'Courier New', Courier, monospace; + // background: linear-gradient(white,#38495a); + // background-clip: text; + // color: transparent; } } diff --git a/src/store/module/adminInfo.ts b/src/store/module/adminInfo.ts index 0c9e8fe..8b34bd3 100644 --- a/src/store/module/adminInfo.ts +++ b/src/store/module/adminInfo.ts @@ -9,16 +9,17 @@ const useAdminInfoStore = defineStore('adminInfo', () => { copyrightInformation: '', id: '', loginAddress: '', - logo: '', + logo: 'http://teaching-edu123.oss-cn-beijing.aliyuncs.com/eVAnKnTrHVMTVyr_2up5S.png', name: '', phone: '', - promotionalImages: '', + promotionalImages: 'http://teaching-edu123.oss-cn-beijing.aliyuncs.com/eEnQCDAMwwAm66pgZJh6K.jpg', qqNumber: '', qrCode: '', recordNumber: '', title: '', mailbox: '', - home: '' + home: '', + recordInformation: '' }) function upAdminInfo() { getSysSettingApi().then(res => { diff --git a/src/views/professionalListProfile/index.vue b/src/views/professionalListProfile/index.vue index 522e719..3831204 100644 --- a/src/views/professionalListProfile/index.vue +++ b/src/views/professionalListProfile/index.vue @@ -1,5 +1,6 @@ @@ -71,7 +85,7 @@ function handleStar(item:any) {
- - 查看课程详情 - +
+ + 详情 + + + 路径规划 + +
+ From 2e1cef3492e977d9935132e2c2c8e912e25d657e Mon Sep 17 00:00:00 2001 From: significative <163999932+significative@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:20:04 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layout/tabbar/index.vue | 21 ++--- src/api/configuration.ts | 31 ++++---- src/assets/images/default.png | Bin 0 -> 4097 bytes src/router/module/constRouter/index.ts | 18 ++--- src/store/module/user.ts | 51 +++++++++---- src/views/course/components/StuList.vue | 80 ++++++++++++++++++++ src/views/course/index.vue | 5 +- src/views/professionalListProfile/index.vue | 7 +- 8 files changed, 158 insertions(+), 55 deletions(-) create mode 100644 src/assets/images/default.png create mode 100644 src/views/course/components/StuList.vue diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index babe0fe..83a5552 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -8,19 +8,10 @@