JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改SIT版本
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
ENV = 'sit'
|
ENV = 'sit'
|
||||||
|
|
||||||
# base api
|
# 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 class_list = ref([]);
|
||||||
const skeleton = [
|
const skeleton = [
|
||||||
|
{
|
||||||
|
type: 'line',
|
||||||
|
num: 1,
|
||||||
|
style: 'marginBottom:20rpx; ',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'flex',
|
type: 'flex',
|
||||||
num: 1,
|
num: 1,
|
||||||
@@ -122,8 +127,7 @@
|
|||||||
{
|
{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
num: 3,
|
num: 3,
|
||||||
|
style: ['width: 240rpx;']
|
||||||
style: ['width: 240rpx;', null, null]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -135,7 +139,16 @@
|
|||||||
} else {
|
} else {
|
||||||
// class_list.value = res.body;
|
// class_list.value = res.body;
|
||||||
}
|
}
|
||||||
|
|
||||||
class_list.value = res.body;
|
class_list.value = res.body;
|
||||||
|
class_list.value.unshift({
|
||||||
|
id: '',
|
||||||
|
img: '',
|
||||||
|
nama: '',
|
||||||
|
mtTime: '',
|
||||||
|
accmCnt: ''
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
defineExpose({ get_data });
|
defineExpose({ get_data });
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
<TouchBtn class="talk-btns" @uploadVoice="uploadRecordNow" @submitAnswer="submitAnswerNow"
|
<TouchBtn class="talk-btns" @uploadVoice="uploadRecordNow" @submitAnswer="submitAnswerNow"
|
||||||
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
|
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
|
||||||
:adjustPosition="true" :isDisabled="isHistory" />
|
: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"
|
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
|
||||||
:adjustPosition="true" :isDisabled="isHistory" /> -->
|
:adjustPosition="true" :isDisabled="isHistory" /> -->
|
||||||
|
|
||||||
|
|||||||
@@ -81,8 +81,8 @@
|
|||||||
const socketStore = useSocketStore();
|
const socketStore = useSocketStore();
|
||||||
const { taskSocket } = storeToRefs(socketStore);
|
const { taskSocket } = storeToRefs(socketStore);
|
||||||
const show_password = ref<Boolean>(false);
|
const show_password = ref<Boolean>(false);
|
||||||
const account = ref<string>('admin');
|
const account = ref<string>('');
|
||||||
const password = ref<string>('123456');
|
const password = ref<string>('');
|
||||||
const read_text_state = ref<Array<unknown>>([]);
|
const read_text_state = ref<Array<unknown>>([]);
|
||||||
const imeHeight = ref('0px');
|
const imeHeight = ref('0px');
|
||||||
const back_state = ref(true);
|
const back_state = ref(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user