修复构建报错

This commit is contained in:
aixianling
2024-10-31 15:10:50 +08:00
parent b7d6c222e7
commit 11712c0419
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ const init = require("./build")
const json = {
easycom: {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^(Ai|V)(.*)": "@/components/$1$2.vue",
"^(Ai|V)(.*)": "components/$1$2.vue",
},
pages: [
{path: 'pages/loading', style: {navigationBarTitleText: "欢迎使用"}},