调整因UI库变更引起的部分问题

This commit is contained in:
aixianling
2021-11-17 17:47:14 +08:00
parent 6df18e4f9b
commit d7029c24fb
3 changed files with 3 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ const start = () => {
chalkTag.info('开始生成pages.json...')
let json = {
easycom: {
"^u-(.*)": "uview/components/u-$1/u-$1.vue"
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
pages: [
{path: 'pages/loading'},