diff --git a/.env.development b/.env.development index 641e1570..3c25e348 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +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' @@ -20,7 +20,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # sit -#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' +VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' # UAT diff --git a/src/components/examination/es-analysis.vue b/src/components/examination/es-analysis.vue index 59b1a12b..cab4acd9 100644 --- a/src/components/examination/es-analysis.vue +++ b/src/components/examination/es-analysis.vue @@ -58,7 +58,7 @@ }); const keywords = computed(() => { - if (!props.value.relKeyword) return []; + if (!props.value?.relKeyword) return []; return props.value.relKeyword.split(/[,、/]/).map((key) => key.trim()); }); const keywordsLength = computed(() => { diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index a631f286..1f02b0b4 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -46,7 +46,9 @@ +