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 @@
-
- category
+
+
+
+
+
+
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 19
+ 20
+ 21
+ 22
+ 23
+ 24
+ 25
+ 26
+ 27
+ 28
+ 29
+ 30
+ 31
+ 32
+ 33
+ 34
+ 35
+ 36
+ 37
+ 38
+ 39
+ 40
+ 41
+ 42
+ 43
+ 44
+ 45
+ 46
+ 47
+ 48
+ 49
+ 50
+
+
-
\ No newline at end of file