From 15863f54c7a9a6cd5bdfdad93e154017a55e6fd7 Mon Sep 17 00:00:00 2001 From: xy <2115269706@qq.com> Date: Fri, 22 Nov 2024 23:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/Layout/footer/index.vue | 4 +- src/Layout/main/index.vue | 2 + src/api/course.ts | 7 + src/router/module/constRouter/index.ts | 31 +- src/styles/index.scss | 2 +- src/views/learnPathList/index.vue | 140 ++++++ src/views/professionalListProfile/index.vue | 471 +++++++----------- src/views/professionalListProfile/indexAa.vue | 343 +++++++++++++ 9 files changed, 686 insertions(+), 316 deletions(-) create mode 100644 src/views/learnPathList/index.vue create mode 100644 src/views/professionalListProfile/indexAa.vue diff --git a/.env.development b/.env.development index bee98b3..e10a425 100644 --- a/.env.development +++ b/.env.development @@ -5,4 +5,4 @@ VITE_APP_TITLE = '教学一体化平台' VITE_APP_BASE_API = 'http://127.0.0.1:8080' # VITE_APP_BASE_API = 'http://10.100.200.177:8080' #跳转后台页面 -VITE_ADMIN_URL = '182.92.169.222/portalhome' +VITE_ADMIN_URL = 'http://182.92.169.222/portalhome' diff --git a/src/Layout/footer/index.vue b/src/Layout/footer/index.vue index bb12e63..9718832 100644 --- a/src/Layout/footer/index.vue +++ b/src/Layout/footer/index.vue @@ -2,7 +2,7 @@