From 5b8650a1d5ec55060431e112fb3dfd329e17a09b Mon Sep 17 00:00:00 2001 From: wkj <278599135@.com> Date: Thu, 21 Mar 2024 20:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E6=A0=B7=E5=BC=8F=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/config/styles/mp/index.less | 2 +- template/src/config/styles/web/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/src/config/styles/mp/index.less b/template/src/config/styles/mp/index.less index e7f654d..f5b7425 100644 --- a/template/src/config/styles/mp/index.less +++ b/template/src/config/styles/mp/index.less @@ -1,2 +1,2 @@ //小程序使用 -@import "../../../../node_modules/oak-general-business/es/config/styles/mp/index.less"; +@import "oak-frontend-base/es/config/styles/mp/index.less"; diff --git a/template/src/config/styles/web/index.less b/template/src/config/styles/web/index.less index 72fad38..eb01491 100644 --- a/template/src/config/styles/web/index.less +++ b/template/src/config/styles/web/index.less @@ -1 +1 @@ -@import '../../../../node_modules/oak-general-business/es/config/styles/web/index.less'; // 少量公共样式 \ No newline at end of file +@import 'oak-frontend-base/es/config/styles/web/index.less'; // 少量公共样式 \ No newline at end of file