jiaosong
2023-08-28 e290789c592db88cfbffac7ecbdcd8f998e45796
minipro_standard/pages.json
@@ -1,104 +1,92 @@
{
   "pages": [
      // {
      //    "path": "pages/workbench/workbench",
      //    "style": {
      //       "navigationBarTitleText": "工作台",
      //       "enablePullDownRefresh": false
      //    }
      // },
   "pages": [{
         "path": "pages/workbench/workbench",
         "style": {
            "navigationBarTitleText": "工作台",
            "enablePullDownRefresh": false
         }
      },
      {
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "",
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/mine/mine",
         "style": {
            "navigationBarTitleText": "我的",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/login/login",
         "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false,
            "navigationStyle": "custom"
         }
      }, {
         "path": "pages/personal/personal",
         "style": {
            "navigationBarTitleText": "个人信息",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/changePassword/changePassword",
         "style": {
            "navigationBarTitleText": "修改密码",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/updatePhone/updatePhone",
         "style": {
            "navigationBarTitleText": "更新手机号",
            "enablePullDownRefresh": false
         }
      }, {
         "path": "pages/updateMailbox/updateMailbox",
         "style": {
            "navigationBarTitleText": "更新邮箱号",
            "enablePullDownRefresh": false
         }
      }
      // ,  {
      //    "path": "pages/mine/mine",
      //    "style": {
      //       "navigationBarTitleText": "我的",
      //       "enablePullDownRefresh": false
      //    }
      // }
    //    ,{
  //           "path" : "pages/login/login",
  //           "style" :
  //           {
  //               "navigationBarTitleText": "登录",
  //               "enablePullDownRefresh": false,
      //       "navigationStyle": "custom"
  //           }
  //       }
  //       ,{
  //           "path" : "pages/personal/personal",
  //           "style" :
  //           {
  //               "navigationBarTitleText": "个人信息",
  //               "enablePullDownRefresh": false
  //           }
  //       }
  //       ,{
  //           "path" : "pages/changePassword/changePassword",
  //           "style" :
  //           {
  //               "navigationBarTitleText": "修改密码",
  //               "enablePullDownRefresh": false
  //           }
  //       }
  //       ,{
  //           "path" : "pages/updatePhone/updatePhone",
  //           "style" :
  //           {
  //               "navigationBarTitleText": "更新手机号",
  //               "enablePullDownRefresh": false
  //           }
  //       }
  //       ,{
  //           "path" : "pages/updateMailbox/updateMailbox",
  //           "style" :
  //           {
  //               "navigationBarTitleText": "更新邮箱号",
  //               "enablePullDownRefresh": false
  //           }
  //       }
    ],
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",
      "navigationBarTitleText": "uni-app",
      "navigationBarBackgroundColor": "#ffffff",
      "backgroundColor": "#ffffff",
      "navigationStyle": "custom"
   },
   // "tabBar": {
   //    "color": "#666666",
   //    "selectedColor": "#222222",
   //    "borderStyle": "black",
   //    "backgroundColor": "#fff",
   //    "list": [
   //       {
   //          "pagePath": "pages/index/index",
   //          "iconPath": "static/nav_daiban@2x.png",
   //          "selectedIconPath": "static/nav_daiban_sel@2x.png",
   //          "text": "待办"
   //       },
   //       {
   //          "pagePath": "pages/workbench/workbench",
   //          "iconPath": "static/nav_gongzuotai@2x.png",
   //          "selectedIconPath": "static/nav_gongzuotai_sel@2x.png",
   //          "text": "工作台"
   //       },
   //       {
   //          "pagePath": "pages/mine/mine",
   //          "iconPath": "static/nav_wode@2x.png",
   //          "selectedIconPath": "static/nav_wode_sel@2x.png",
   //          "text": "我的"
   //       }
   //    ]
   // },
      "backgroundColor": "#ffffff"
      // "navigationStyle": "custom"
   },
   "tabBar": {
      "color": "#666666",
      "selectedColor": "#222222",
      "borderStyle": "black",
      "backgroundColor": "#fff",
      "list": [
         {
            "pagePath": "pages/index/index",
            "iconPath": "static/nav_daiban@2x.png",
            "selectedIconPath": "static/nav_daiban_sel@2x.png",
            "text": "待办"
         },
         {
            "pagePath": "pages/workbench/workbench",
            "iconPath": "static/nav_gongzuotai@2x.png",
            "selectedIconPath": "static/nav_gongzuotai_sel@2x.png",
            "text": "工作台"
         },
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/nav_wode@2x.png",
            "selectedIconPath": "static/nav_wode_sel@2x.png",
            "text": "我的"
         }
      ]
   },
   "uniIdRouter": {}
}