From c6efe501e983bda06c533d00d12ca2857612fae4 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Wed, 13 Jan 2021 19:59:08 +0800 Subject: [PATCH] fix --- dolphinscheduler-ui/.env | 4 ++-- .../security/pages/warningGroups/_source/createWarning.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dolphinscheduler-ui/.env b/dolphinscheduler-ui/.env index e676be6059..e5dea24df3 100644 --- a/dolphinscheduler-ui/.env +++ b/dolphinscheduler-ui/.env @@ -14,7 +14,7 @@ # limitations under the License. # back end interface address -API_BASE = http://192.168.xx.xx:12345 +API_BASE = http://192.168.220.191:8080 # If IP access is required for local development, remove the "#" -#DEV_HOST = 192.168.xx.xx +DEV_HOST = 172.16.99.25 diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/createWarning.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/createWarning.vue index 0d3a335d8a..ba53878d13 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/createWarning.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/createWarning.vue @@ -76,8 +76,7 @@ store, groupName: '', alertInstanceIds: null, - description: '', - options: [{ code: `${i18n.$t('Email')}`, id: 'EMAIL' }, { code: `${i18n.$t('SMS')}`, id: 'SMS' }] + description: '' } }, props: {