|
@@ -1,289 +1,252 @@
|
|
{
|
|
{
|
|
-
|
|
|
|
|
|
+
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
- {
|
|
|
|
- "path": "pages/index/index",
|
|
|
|
- "style": {
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path": "pages/index/homePage",
|
|
|
|
- "style": {
|
|
|
|
- }
|
|
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/index/index",
|
|
|
|
+ "style": {}
|
|
}
|
|
}
|
|
-
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentDelivery/equipmentDelivery",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentDelivery/deliveryDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentDelivery/deliveryList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentDelivery/deliveriedList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentEnter/equipmentEnter",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentEnter/verification",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentEnter/returnList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentEnter/deliveryDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentInspection/equipmentInspection",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentInspection/planDetail",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/storeManagement/equipmentInspection/inspectionRecord",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/index/equipmentRetrieval/equipmentRetrieval",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/index/equipmentRetrieval/equipmentDetail",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/index/equipmentRetrieval/equipmentInfo",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ , {
|
|
|
|
+ "path": "pages/index/login",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
- ,{
|
|
|
|
- "path" : "pages/otherFunctions/messageCenter/messageCenter",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/otherFunctions/messageCenter/messageList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/index/login",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/projectDepartment/exportApplication/exportApplication",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportApplication/exportApplication",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportApplication/deliveriedList",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportApplication/deliveryFrom",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportApplication/deliveryDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportProcess/deliveryDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportProcess/deliveryInfo",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportProcess/exportProcess",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportReturn/exportReturn",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportReturn/deliveryDetails",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path" : "pages/projectDepartment/branch/exportReturn/deliveryFrom",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- //navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ "subPackages": [{
|
|
|
|
+ "root": "pages/projectDepartment",
|
|
|
|
+ "pages": [{
|
|
|
|
+ "path": "exportApplication/exportApplication",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "branch/exportApplication/exportApplication",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "branch/exportApplication/deliveriedList",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "branch/exportApplication/deliveryFrom",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportApplication/deliveryDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportProcess/deliveryDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportProcess/deliveryInfo",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportProcess/exportProcess",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportReturn/exportReturn",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportReturn/deliveryDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "branch/exportReturn/deliveryFrom",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ , {
|
|
|
|
+ "path": "exportApplication/application",
|
|
|
|
+ "style": {
|
|
|
|
+ // "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "root": "pages/otherFunctions",
|
|
|
|
+ "pages": [{
|
|
|
|
+ "path": "messageCenter/messageCenter",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "messageCenter/messageList",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "homePage",
|
|
|
|
+ "style": {}
|
|
|
|
+ },{
|
|
|
|
+ "path": "equipmentRetrieval/equipmentRetrieval",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentRetrieval/equipmentDetail",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentRetrieval/equipmentInfo",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "root": "pages/storeManagement",
|
|
|
|
+ "pages": [{
|
|
|
|
+ "path": "equipmentDelivery/equipmentDelivery",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentDelivery/deliveryDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentDelivery/deliveryList",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentDelivery/deliveriedList",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentEnter/equipmentEnter",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentEnter/verification",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentEnter/returnList",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentEnter/deliveryDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentInspection/equipmentInspection",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentInspection/planDetail",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "equipmentInspection/inspectionRecord",
|
|
|
|
+ "style": {
|
|
|
|
+ //navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }]
|
|
}
|
|
}
|
|
|
|
+ ],
|
|
|
|
|
|
- ,{
|
|
|
|
- "path" : "pages/projectDepartment/exportApplication/application",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- // "navigationBarTitleText": "",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
-
|
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
"navigationBarTitleText": "荆力设备管理",
|
|
"navigationBarTitleText": "荆力设备管理",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
},
|
|
},
|
|
"uniIdRouter": {}
|
|
"uniIdRouter": {}
|
|
-}
|
|
|
|
|
|
+}
|