JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复sitbug4
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user