From 075c6d8ae56f0fa7f5e868f1f9e1597c7088399b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Thu, 12 Jan 2023 08:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index c871778..0aae6b0 100644 --- a/src/main.js +++ b/src/main.js @@ -29,7 +29,7 @@ window.onload=function() //获取标准rem单位 document.documentElement.style.fontSize=(document.documentElement.clientWidth/5120)*15+'px'; } -import './config/rem' +// import './config/rem' new Vue({ router, render: h => h(App)