|
@@ -6,7 +6,8 @@
|
|
|
"pages/shopping/shopping",
|
|
|
"pages/my/my",
|
|
|
"pages/login/login",
|
|
|
- "pages/message/message"
|
|
|
+ "pages/message/message",
|
|
|
+ "pages/pdf/pdf"
|
|
|
],
|
|
|
"subPackages": [
|
|
|
{
|
|
@@ -27,7 +28,20 @@
|
|
|
"root": "subPages/indexPage",
|
|
|
"pages": [
|
|
|
"orderList/orderList",
|
|
|
- "orderDetail/orderDetail"
|
|
|
+ "orderDetail/orderDetail",
|
|
|
+ "contractList/contractList",
|
|
|
+ "invoiceList/invoiceList",
|
|
|
+ "invoiceDetail/invoiceDetail",
|
|
|
+ "noPermission/noPermission"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "subPages/myPage",
|
|
|
+ "pages": [
|
|
|
+ "myDetail/myDetail",
|
|
|
+ "organization/organization",
|
|
|
+ "download/download",
|
|
|
+ "changeOrganization/changeOrganization"
|
|
|
]
|
|
|
}
|
|
|
],
|
|
@@ -42,8 +56,8 @@
|
|
|
"list": [
|
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/images/tabbar/index.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/index-active.png",
|
|
|
+ "iconPath": "static/images/tabbar/home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/home-active.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
@@ -54,15 +68,15 @@
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/workark/workark",
|
|
|
- "iconPath": "static/images/tabbar/highseas.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/highseas-active.png",
|
|
|
+ "iconPath": "/static/images/tabbar/workark.png",
|
|
|
+ "selectedIconPath": "/static/images/tabbar/workark-active.png",
|
|
|
"text": "workark"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/shopping/shopping",
|
|
|
- "iconPath": "static/images/tabbar/data.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/data-active.png",
|
|
|
- "text": "商城"
|
|
|
+ "pagePath": "pages/model/model",
|
|
|
+ "iconPath": "/static/images/tabbar/shop.png",
|
|
|
+ "selectedIconPath": "/static/images/tabbar/shop-active.png",
|
|
|
+ "text": "模型"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/my/my",
|