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