Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
杨航
2025-09-22 16:09:57 +08:00
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# h5专用地址x2
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
+1 -2
View File
@@ -219,8 +219,7 @@
innerAudio.setAudioSrc(res.tempFilePath);
});
} else if (newVal === undefined) {
// innerAudio.stopAudio();
innerAudio.stopAudio();
} else {
voiceTime.value = '';
innerAudio.setAudioSrc(newVal);
@@ -29,9 +29,12 @@
}
});
};
// 自定义下拉刷新下拉结束
const refresherTouchend = () => {
clearAll();
};
const props = defineProps<{
tabIndex: number;
currentIndex: number;
+1
View File
@@ -98,6 +98,7 @@ export function useItemList(fetchFunction, item) {
const clear = () => {
total.value = -1
data_list.length = 0
show_list_state.value = false
}
return {
status,