Commit 2e956a5e authored by 罗超's avatar 罗超

1

parent 177b6d50
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
display: flex; display: flex;
left: 0; left: 0;
right: 0; right: 0;
z-index: 99999999; z-index: 99999;
} }
.tabBtnMinaIphone { .tabBtnMinaIphone {
height: 156upx; height: 156upx;
......
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
} }
], ],
"subPackages": [{ "subPackages": [{
"root": "pages/foot", "root": "pages/foot",
"pages": [{ "pages": [{
"path":"index/index" "path": "index/index"
}] }]
},{ }, {
"root": "pages/goods", "root": "pages/goods",
"pages": [{ "pages": [{
"path": "goods" "path": "goods"
...@@ -469,13 +469,13 @@ ...@@ -469,13 +469,13 @@
"path": "picDetail" //相册详情 "path": "picDetail" //相册详情
}, { }, {
"path": "personal/bindSalesman" //绑定销售 "path": "personal/bindSalesman" //绑定销售
},{ }, {
"path":"personal/receiptDetails",//收据详情 "path": "personal/receiptDetails", //收据详情
"style":{ "style": {
"pageOrientation":"landscape" "pageOrientation": "landscape"
} }
},{ }, {
"path":"personal/receiptList"//收据列表 "path": "personal/receiptList" //收据列表
}] }]
}, },
//线下服务 //线下服务
...@@ -624,6 +624,9 @@ ...@@ -624,6 +624,9 @@
"path": "personal/editmaterial" //资料编辑 "path": "personal/editmaterial" //资料编辑
}, { }, {
"path": "postbar" //贴吧列表 "path": "postbar" //贴吧列表
},
{
"path": "postbarActive" //活动列表
}, { }, {
"path": "postPublishing" //贴吧发布 "path": "postPublishing" //贴吧发布
}, { }, {
...@@ -792,21 +795,20 @@ ...@@ -792,21 +795,20 @@
] ]
}, },
{ {
"root": "pages/MallMange",//商城管理分包 "root": "pages/MallMange", //商城管理分包
"pages": [{ "pages": [{
"path": "index" "path": "index"
},{ }, {
"path": "order" "path": "order"
},{ }, {
"path": "goods" "path": "goods"
},{ }, {
"path": "set" "path": "set"
},{ }, {
"path": "timeQuantum" "path": "timeQuantum"
},{ }, {
"path": "userManage" "path": "userManage"
} }]
]
} }
], ],
"globalStyle": { "globalStyle": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment