diff --git a/src/pages.json b/src/pages.json index e9795e5..d575016 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2,19 +2,20 @@ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "首页" - } - }, + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/category/category", "style": { "navigationBarTitleText": "分类" } }, + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "首页" + } + }, + { "path": "pages/cart/cart", "style": { diff --git a/src/pages/category/category.vue b/src/pages/category/category.vue index f9a2f19..4a6ce17 100644 --- a/src/pages/category/category.vue +++ b/src/pages/category/category.vue @@ -1,15 +1,156 @@ - \ No newline at end of file