diff --git a/pages.json b/pages.json index a0dd145..f2161e2 100644 --- a/pages.json +++ b/pages.json @@ -262,7 +262,7 @@ "easycom": { "autoscan": true, "custom": { - "^u-(.*)": "uview-ui-next/components/u-$1/u-$1.vue" + "^u-(.*)": "@/uni_modules/uview-next/components/u-$1/u-$1.vue" } }, "tabBar": { diff --git a/uni.scss b/uni.scss index 98457d1..7d6d6d8 100644 --- a/uni.scss +++ b/uni.scss @@ -76,7 +76,6 @@ $uni-color-paragraph: #3F536E; // 文章段落颜色 $uni-font-size-paragraph:15px; /* uView UI主题变量 */ -@import "uview-ui-next/theme.scss"; @import '@/uni_modules/uview-next/theme.scss'; /* 项目公共样式 */