JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_增加touchBtnOnlyVoice确实的方法

This commit is contained in:
田岩
2026-01-16 09:49:53 +08:00
parent ce84cffebe
commit 746491b1b6
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ ENV = 'development'
#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7002'
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# VITE_APP_BASE_API_Url = 'http://192.168.247.200'
@@ -21,7 +21,7 @@ ENV = 'development'
# sit
VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
# UAT
@@ -487,6 +487,11 @@
});
}
};
const clearInputText = (text = '') => {
let oldText = answerValue.value
answerValue.value = text;
return oldText
}
const changeBtn = () => {
if (props.isDisabled) return;
keyboardIsShow.value = !keyboardIsShow.value;
@@ -495,6 +500,7 @@
onHide(() => {
isGettingPermission.value = true
})
defineExpose({clearInputText})
</script>
<style lang="scss" scoped>