mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 04:39:00 +08:00
fix
This commit is contained in:
parent
b3dd9f7b63
commit
c6efe501e9
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user