Browse Source

fix

pull/3/MERGE
break60 4 years ago
parent
commit
c6efe501e9
  1. 4
      dolphinscheduler-ui/.env
  2. 3
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/createWarning.vue

4
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

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

Loading…
Cancel
Save