diff --git a/.env.development b/.env.development
index fb194141..f8700295 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'
@@ -10,6 +11,7 @@ VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# dev
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
# sit
+
# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
# UAT
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
@@ -22,8 +24,6 @@ VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786'
# 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 +31,4 @@ VITE_APP_BASE_API_Url = 'https://aits.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..dd337d3b 100644
--- a/src/pages/examination/components/dialog.vue
+++ b/src/pages/examination/components/dialog.vue
@@ -1,22 +1,23 @@
@@ -28,8 +29,7 @@
dialogConfiguration: {
type: Object,
required: false
- },
-
+ }
});
const emit = defineEmits(['button_click']);
@@ -70,7 +70,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 +86,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/login/login.vue b/src/pages/login/login.vue
index 892abb5a..02979bcc 100644
--- a/src/pages/login/login.vue
+++ b/src/pages/login/login.vue
@@ -9,11 +9,13 @@
+
欢迎登录
登录账号即可查看更多精彩咨询
+
账号
@@ -42,7 +44,7 @@
-
+
@@ -57,36 +59,25 @@
已阅读并同意
《用户隐私协议》
-
-
+
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()"
>
+
+
+