#
zhou zhou
昨天 58b41dc039c5c9d1b758c9e190a7c35225ad7585
pages.json
@@ -1,6 +1,5 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
   "pages": [{
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "",
@@ -10,15 +9,64 @@
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "首页",
            "navigationBarTitleText": "%index.home%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/Order_Pallet_Building",
         "path": "pages/InManagement/ContainerBinding/Container_Binding",
         "style": {
            "navigationBarTitleText": "uni-app"
            "navigationBarTitleText": "%container.title%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/mat/matSelected",
         "style": {
            "navigationBarTitleText": "%matSelected.title%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/OrderContainerBinding/Main/orderList",
         "style": {
            "navigationBarTitleText": "%container.orderComb%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/OrderContainerBinding/Main/orderDetlList",
         "style": {
            "navigationBarTitleText": "%container.orderCombDetl%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/OrderContainerBinding/Main/Order_Container_Binding",
         "style": {
            "navigationBarTitleText": "%container.order_container_binding_title%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/OrderContainerBinding/NoMain/orderDetlList",
         "style": {
            "navigationBarTitleText": "%container.orderCombDetl%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/InManagement/OrderContainerBinding/NoMain/Order_Container_Binding",
         "style": {
            "navigationBarTitleText": "%container.order_container_binding_title%",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/settings/settings",
         "style": {
            "navigationBarTitleText": "%settings.title%",
            "navigationStyle": "custom"
         }
      }
   ],
@@ -26,7 +74,9 @@
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarBackgroundColor": "#F8F8F8",
      "backgroundColor": "#F8F8F8"
      "backgroundColor": "#F8F8F8",
      "animationType": "pop-in",
      "animationDuration": 150
   },
   "uniIdRouter": {}
}