浏览代码

feat: 添加消息页面

linwenxin 1 年之前
父节点
当前提交
15cbd1aec3
共有 1 个文件被更改,包括 39 次插入34 次删除
  1. 39 34
      src/pages.json

+ 39 - 34
src/pages.json

@@ -1,20 +1,20 @@
 {
   "pages": [
     //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-    {
-      "path": "pages/login/index",
-      "style": {
-        "navigationBarBackgroundColor": "#f4f2f2",
-        "navigationBarTitleText": ""
-      }
-    },
-    {
-      "path": "pages/login/indexs",
-      "style": {
-        "navigationBarTitleText": "登录",
-        "navigationStyle": "custom"
-      }
-    },
+    // {
+    //   "path": "pages/login/index",
+    //   "style": {
+    //     "navigationBarBackgroundColor": "#f4f2f2",
+    //     "navigationBarTitleText": ""
+    //   }
+    // },
+    // {
+    //   "path": "pages/login/indexs",
+    //   "style": {
+    //     "navigationBarTitleText": "登录",
+    //     "navigationStyle": "custom"
+    //   }
+    // },
     {
       "path": "pages/index/index",
       "style": {
@@ -29,7 +29,6 @@
         "navigationBarTitleText": "发布"
       }
     },
-
     {
       "path": "pages/message/index",
       "style": {
@@ -37,6 +36,12 @@
       }
     },
     {
+      "path": "pages/message/msgView",
+      "style": {
+        "navigationBarTitleText": "消息"
+      }
+    },
+    {
       "path": "pages/mine/index",
       "style": {
         "navigationStyle": "custom",
@@ -102,24 +107,24 @@
       "style": {
         "navigationBarTitleText": "查看物流"
       }
-    },
-    {
-      "path": "pages/goods/list",
-      "style": {
-        "navigationBarTitleText": "商品列表"
-      }
-    },
-    {
-      "path": "pages/goods/detail",
-      "style": {
-        "navigationBarTitleText": "商品详情"
-      }
-    },
-    {
-      "path": "pages/goods/order",
-      "style": {
-        "navigationBarTitleText": "确认订单"
-      }
+    },
+    {
+      "path": "pages/goods/list",
+      "style": {
+        "navigationBarTitleText": "商品列表"
+      }
+    },
+    {
+      "path": "pages/goods/detail",
+      "style": {
+        "navigationBarTitleText": "商品详情"
+      }
+    },
+    {
+      "path": "pages/goods/order",
+      "style": {
+        "navigationBarTitleText": "确认订单"
+      }
     }
 
   ],
@@ -174,4 +179,4 @@
       }
     ]
   }
-}
+}