From 88fe4674b60a05fa35023f6326603bed77d224cb Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Tue, 20 Jan 2026 20:36:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84rem=E6=A8=A1=E5=9D=97=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 8b1fbc90..5689bcaa 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -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字符串