引导页+cell

This commit is contained in:
shijingjing
2023-03-20 19:08:04 +08:00
parent 42a332b76c
commit 5b81a23bb8
4 changed files with 17 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ const start = () => {
let json = {
easycom: {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^(Ai|V)(.*)": "@/components/$1$2/$1$2.vue"
"^(Ai|V)(.*)": "@/components/$1$2/$1$2.vue",
},
pages: [
{path: 'pages/home', style: {navigationBarTitleText: "小程序应用库"}}
@@ -33,7 +33,12 @@ const start = () => {
globalStyle: {
pageOrientation: "auto",
navigationBarTextStyle: "white",
navigationBarBackgroundColor: "#4181FF"
navigationBarBackgroundColor: "#4181FF",
"mp-weixin": {
"usingComponents": {
"cell": "plugin://materialPlugin/cell"
}
}
}
}
Promise.all([