diff --git a/.env.development b/.env.development
index 17ba804a..881680a2 100644
--- a/.env.development
+++ b/.env.development
@@ -6,7 +6,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:7002'
# app入口
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
@@ -20,7 +20,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.21:9786'
-VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001'
+VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# dev
diff --git a/src/pages/learningTasks/components/content.vue b/src/pages/learningTasks/components/content.vue
index dadb75a6..f4461df3 100644
--- a/src/pages/learningTasks/components/content.vue
+++ b/src/pages/learningTasks/components/content.vue
@@ -21,10 +21,9 @@
import { ref, onMounted, watch, computed, nextTick } from 'vue';
import useZpaging from '@/composables/useZpaging.js';
import { queryAllTraTaskInfoByUserId } from '@/api/learningTasks.js';
- const pagingRef = ref(null);
+
const fetchFunction = (params) => queryAllTraTaskInfoByUserId({ state: props.state, ...params });
- const { queryList, data_list, reload, search, total, clear } = useZpaging({
- pagingRef,
+ const {pagingRef, queryList, data_list, reload, search, total, clear } = useZpaging({
fetchFunction,
searchKey: 'taskName'
});
diff --git a/src/pages/login/ysxy.vue b/src/pages/login/ysxy.vue
index 8dbd717d..cbfde881 100644
--- a/src/pages/login/ysxy.vue
+++ b/src/pages/login/ysxy.vue
@@ -1,37 +1,65 @@
+
+ :src="ysxi_text"
+ :fullscreen="true"
+ :webview-styles="{
+ width: '100%',
+ height: '100%'
+ }"
+ >
-
+
\ No newline at end of file
+ .top_view {
+ width: 100%;
+ height: var(--status-bar-height);
+ }
+