diff --git a/.env.development b/.env.development
index c3a6cc24..63546009 100644
--- a/.env.development
+++ b/.env.development
@@ -9,7 +9,7 @@ ENV = 'development'
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
# DEV
-VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
+VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003'
# app入口
#VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001'
@@ -19,5 +19,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# h5专用地址
-VITE_APP_BASE_H5_API_Url = 'http://aitstest.jlbank.com.cn:7001'
-
+VITE_APP_BASE_H5_API_Url = 'http://25.18.122.66:9786'
\ No newline at end of file
diff --git a/src/components/course-item/course-item.vue b/src/components/course-item/course-item.vue
index 37871bbc..e0116c18 100644
--- a/src/components/course-item/course-item.vue
+++ b/src/components/course-item/course-item.vue
@@ -1,8 +1,10 @@
-
+
+
{{itemInfo.evalGrade}}
+
{{itemInfo.crsName}}
@@ -78,6 +80,7 @@
position: relative;
border-radius: 20rpx;
overflow: hidden;
+ box-shadow: 0 0 10rpx #c3c3c3;
.img-box{
width: 170rpx;
height: 170rpx;
diff --git a/src/components/nav-bar/nav-bar.vue b/src/components/nav-bar/nav-bar.vue
index fd126f56..7e632efc 100644
--- a/src/components/nav-bar/nav-bar.vue
+++ b/src/components/nav-bar/nav-bar.vue
@@ -6,6 +6,8 @@