引导页+cell
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user