JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改SIT版本
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 });
|
||||
|
||||
@@ -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" /> -->
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user