From 9b524f390cda90d7cf1fa56d69943b866d9e93bd Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 31 Oct 2024 14:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E7=89=88=E6=9C=AC,=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pages.js b/bin/pages.js index f2b8896c..8f588431 100644 --- a/bin/pages.js +++ b/bin/pages.js @@ -8,7 +8,7 @@ const init = require("./build") const json = { easycom: { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", - "^(Ai|V)(.*)": "library/components/$1$2.vue", + "^(Ai|V)(.*)": "src/components/$1$2.vue", }, pages: [ {path: 'pages/loading', style: {navigationBarTitleText: "欢迎使用"}},