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: {