diff --git a/.env.development b/.env.development index f1912101..cca8e886 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ ENV = 'development' # 'development' + # VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'http://192.168.247.200' @@ -24,6 +25,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # h5专用地址x2 + # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' # VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' @@ -31,3 +33,4 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602' #VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://192.168.247.200' # VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.32.154:9605' + diff --git a/src/api/request.js b/src/api/request.js index e9a30160..9081ebc3 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -35,7 +35,7 @@ export const get_base_url = (url = '') => { } // #endif // #ifdef APP-PLUS - return ENV.VITE_APP_BASE_API_Url + return 'https://aitstest.jlbank.com.cn:7002' || ENV.VITE_APP_BASE_API_Url // #endif } else { // 其他环境,包括生产环境,sit环境,uat环境 diff --git a/src/pages/courseDetail/index.vue b/src/pages/courseDetail/index.vue index 3de74b76..d8158cd2 100644 --- a/src/pages/courseDetail/index.vue +++ b/src/pages/courseDetail/index.vue @@ -371,8 +371,8 @@ border-radius: 24rpx 24rpx 0rpx 0rpx; // height: 162rpx; background-color: #ffffff; - display: flex; - flex-direction: column; + // display: flex; + // flex-direction: column; padding-top: 36rpx; padding-left: 42rpx; padding-bottom: 24rpx; diff --git a/src/pages/examination/components/dialog.vue b/src/pages/examination/components/dialog.vue index 64fd870e..3e9bebc9 100644 --- a/src/pages/examination/components/dialog.vue +++ b/src/pages/examination/components/dialog.vue @@ -1,22 +1,24 @@ @@ -70,7 +72,13 @@ height: 100%; background-color: rgba(0, 0, 0, 0.5); } - + .popup-content{ + width: 100%; + height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + } .popup_div { width: 80%; background-color: #ffffff; @@ -80,8 +88,8 @@ align-items: center; border-radius: 16rpx; position: relative; - margin: 0 auto 76% auto; - + margin-top: 6vw; + margin-bottom: 30vw; .title_div { width: 100%; text-align: center; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index e8de8d9b..56720014 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -6,15 +6,8 @@ - + @@ -31,16 +24,9 @@ - + 消息 @@ -72,59 +58,43 @@ 本年学习时长 - + h 本年陪练次数 - + 本年考试次数 - + - + AI学习 - + AI问答 - + AI陪练 @@ -138,7 +108,7 @@ 考试中心 - + 竞赛练习 @@ -156,9 +126,9 @@ - - - - + @@ -197,14 +167,39 @@ diff --git a/src/pages/mascot/mascot_select_list.vue b/src/pages/mascot/mascot_select_list.vue index f9170c86..fd65481c 100644 --- a/src/pages/mascot/mascot_select_list.vue +++ b/src/pages/mascot/mascot_select_list.vue @@ -5,7 +5,7 @@ - + @@ -204,7 +204,7 @@ .tip_msg { font-family: PingFangSC; font-weight: 400; - font-size: 30rpx; + font-size: 4vw; color: #FFFFFF; line-height: 40rpx; text-align: center; @@ -264,10 +264,13 @@ &.right { top: 40%; right: 2%; + // width:100rpx; + } position:absolute; - width:100rpx; + // width:100rpx; + width:13vw; display: flex; align-items: center; flex-direction: column; @@ -281,8 +284,11 @@ .button_div { // width: 50vw; margin-top: 20rpx; + margin-bottom: 100rpx; width: 80%; - height: 120rpx; + // height: 120rpx; + height: 16vw; + position: relative; .img { @@ -310,7 +316,7 @@ display: flex; flex-direction: column; position: relative; - max-width: 100vh; + // max-width: 100vh; align-items: center; overflow: hidden; diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue index c07533c9..c8e5a12e 100644 --- a/src/pages/me/index.vue +++ b/src/pages/me/index.vue @@ -144,6 +144,9 @@ @click="click_loginout()" > + + +