fix: 移除不存在的rem模块导入
This commit is contained in:
parent
70676f6d50
commit
88fe4674b6
@ -536,9 +536,6 @@ export const subString = (str: string, start: number, end: number) => {
|
||||
return str
|
||||
}
|
||||
|
||||
// rem 移动端适配
|
||||
export { initRem, getRem } from './rem'
|
||||
|
||||
/**
|
||||
* HTML转义 - 防止XSS攻击
|
||||
* @param str 需要转义的HTML字符串
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user