ZN
2 天以前 5cf052b8f51331576afa6c0faee331423996663b
src/pages.json
@@ -19,19 +19,40 @@
      }
    },
    {
      "path": "pages/index",
      "path": "pages/financialManagement/revenueManagement/index",
      "style": {
        "navigationBarTitleText": "首页",
        "navigationBarTitleText": "收入管理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/financialManagement/expenseManagement/index",
      "style": {
        "navigationBarTitleText": "支出管理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/financialManagement/loanManagement/index",
      "style": {
        "navigationBarTitleText": "借款管理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/works",
      "style": {
        "navigationBarTitleText": "工作台",
        "navigationBarTitleText": "首页",
        "navigationStyle": "custom"
      }
    },
//    {
//      "path": "pages/works",
//      "style": {
//        "navigationBarTitleText": "工作台",
//        "navigationStyle": "custom"
//      }
//    },
    {
      "path": "pages/login",
      "style": {
@@ -258,6 +279,48 @@
      "path": "pages/procurementManagement/paymentLedger/detail",
      "style": {
        "navigationBarTitleText": "供应商往来详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/purchaseReturnOrder/index",
      "style": {
        "navigationBarTitleText": "采购退货单",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/purchaseReturnOrder/add",
      "style": {
        "navigationBarTitleText": "新增采购退货",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/purchaseReturnOrder/view",
      "style": {
        "navigationBarTitleText": "采购退货详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/procurementManagement/purchaseReturnOrder/productList",
      "style": {
        "navigationBarTitleText": "选择产品",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/basicData/supplierManage/index",
      "style": {
        "navigationBarTitleText": "供应商管理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/basicData/supplierManage/edit",
      "style": {
        "navigationBarTitleText": "供应商信息",
        "navigationStyle": "custom"
      }
    },
@@ -957,6 +1020,41 @@
      }
    },
    {
      "path": "pages/customerService/feedbackRegistration/index",
      "style": {
        "navigationBarTitleText": "售后登记",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/customerService/feedbackRegistration/edit",
      "style": {
        "navigationBarTitleText": "售后单详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/customerService/afterSalesHandling/index",
      "style": {
        "navigationBarTitleText": "售后处理",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/customerService/afterSalesHandling/handle",
      "style": {
        "navigationBarTitleText": "售后处理详情",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/customerService/afterSalesHandling/fileList",
      "style": {
        "navigationBarTitleText": "售后附件",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/qualityManagement/finalInspection/add",
      "style": {
        "navigationBarTitleText": "出厂检验添加",
@@ -1195,17 +1293,17 @@
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/index",
        "pagePath": "pages/works",
        "iconPath": "static/images/tabbar/home.png",
        "selectedIconPath": "static/images/tabbar/homeBlue.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/works",
        "iconPath": "static/images/tabbar/work.png",
        "selectedIconPath": "static/images/tabbar/workBlue.png",
        "text": "工作台"
      },
//      {
//        "pagePath": "pages/works",
//        "iconPath": "static/images/tabbar/work.png",
//        "selectedIconPath": "static/images/tabbar/workBlue.png",
//        "text": "工作台"
//      },
      {
        "pagePath": "pages/message",
        "iconPath": "static/images/tabbar/new.png",
@@ -1225,4 +1323,4 @@
    "navigationBarTitleText": "RuoYi",
    "navigationBarBackgroundColor": "#FFFFFF"
  }
}
}