JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复sitbug4

This commit is contained in:
田岩
2026-01-13 14:51:43 +08:00
parent f66c662296
commit e0d6c87bee
2 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -7,8 +7,7 @@ ENV = 'development'
#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
#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'
@@ -20,7 +19,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
+2 -1
View File
@@ -152,7 +152,7 @@
formatType
} = toRefs(props);
defineExpose({clearInputText})
const isLoadingState = computed(() => props.isLoading);
@@ -617,6 +617,7 @@
onHide(() => {
isGettingPermission.value = true
})
defineExpose({clearInputText})
</script>
<style lang="scss" scoped>