fix:修改 alertRule导出模板的问题
This commit is contained in:
@@ -230,6 +230,8 @@ export default {
|
||||
param.type = 'endpoint'
|
||||
} else if (this.importUrl.indexOf('tmpl') > -1) {
|
||||
url = '/expression/tmpl/template'
|
||||
} else if (this.importUrl.indexOf('alert') > -1) {
|
||||
url = '/alert/rule/template'
|
||||
}
|
||||
|
||||
if (!url) {
|
||||
|
||||
Reference in New Issue
Block a user