JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改SIT版本

This commit is contained in:
田岩
2026-03-02 10:45:37 +08:00
parent 03a658fc57
commit 2897eb5ed6
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
ENV = 'sit'
# base api
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
+15 -2
View File
@@ -110,6 +110,11 @@
];
const class_list = ref([]);
const skeleton = [
{
type: 'line',
num: 1,
style: 'marginBottom:20rpx; ',
},
{
type: 'flex',
num: 1,
@@ -122,8 +127,7 @@
{
type: 'line',
num: 3,
style: ['width: 240rpx;', null, null]
style: ['width: 240rpx;']
}
]
}
@@ -135,7 +139,16 @@
} else {
// class_list.value = res.body;
}
class_list.value = res.body;
class_list.value.unshift({
id: '',
img: '',
nama: '',
mtTime: '',
accmCnt: ''
});
});
};
defineExpose({ get_data });
+1 -1
View File
@@ -114,7 +114,7 @@
<TouchBtn class="talk-btns" @uploadVoice="uploadRecordNow" @submitAnswer="submitAnswerNow"
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
:adjustPosition="true" :isDisabled="isHistory" />
<!-- <touch-btn class="talk-btns" @uploadVoice="uploadRecordNow" @submitAnswer="submitAnswerNow"
<!-- <touch-btn class="talk-btns" @uploadVoice="uploadRecordNow" @submitAnswer="submitAnswerNow"
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
:adjustPosition="true" :isDisabled="isHistory" /> -->
+2 -2
View File
@@ -81,8 +81,8 @@
const socketStore = useSocketStore();
const { taskSocket } = storeToRefs(socketStore);
const show_password = ref<Boolean>(false);
const account = ref<string>('admin');
const password = ref<string>('123456');
const account = ref<string>('');
const password = ref<string>('');
const read_text_state = ref<Array<unknown>>([]);
const imeHeight = ref('0px');
const back_state = ref(true);