预编译模式

This commit is contained in:
jqtmviyu@gmail.com 2021-02-25 18:17:32 +08:00
parent 55be2642d6
commit 4304089e6f

View File

@ -3,6 +3,12 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{ {
"path": "pages/category/category", "path": "pages/category/category",
"style": { "style": {
@ -15,13 +21,6 @@
"navigationBarTitleText": "商品列表" "navigationBarTitleText": "商品列表"
} }
}, },
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{ {
"path": "pages/cart/cart", "path": "pages/cart/cart",
"style": { "style": {
@ -70,5 +69,15 @@
"selectedIconPath": "static/icons/user-o.png", "selectedIconPath": "static/icons/user-o.png",
"text": "我的" "text": "我的"
}] }]
} },
"condition": {
"current": 0,
"list": [
{
"name": "商品列表",
"path": "pages/goods_list/goods_list",
"query": "id=33"
}
]
}
} }