优化iframe模块的名称,不用中文名和特殊字符
This commit is contained in:
parent
7f3cf92c6d
commit
3a0eeee245
@ -187,7 +187,7 @@
|
||||
}
|
||||
}
|
||||
return iframeArr.map((item) => {
|
||||
const name = item.name || item.path.replace('/', '')
|
||||
const name = item.path.replaceAll('/', '').replaceAll('.','')
|
||||
return {
|
||||
name: name,
|
||||
path: item.path,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user