Commit 5833ce9b authored by Zheng Shang Jun's avatar Zheng Shang Jun

没用的提交

parent 5300f873
...@@ -4,47 +4,6 @@ ...@@ -4,47 +4,6 @@
"^hs-(.*)": "@/components/hs-$1/hs-$1.vue" "^hs-(.*)": "@/components/hs-$1/hs-$1.vue"
}, },
"pages": [ "pages": [
//品牌商首页
{
"path": "pages/brands/brands",
"style": {
"navigationBarTitleText": "品牌商首页",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES",
"allowsBounceVertical": "NO"
}
}
},
//信息页
{
"path":"pages/message/message",
"style":{
"navigationBarTitleText":"信息页",
"enablePullDownRefresh":true,
"h5":{
"pullToRefresh":{
"color":"#007AFF"
}
}
}
},
//我的
{
"path":"pages/mine/my",
"style":{
"navigationBarTitleText":"我的",
"enablePullDownRefresh":true,
"h5":{
"pullToRefresh":{
"color":"#007AFF"
}
}
}
},
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/home/tenantSelection", "path": "pages/home/tenantSelection",
...@@ -331,19 +290,16 @@ ...@@ -331,19 +290,16 @@
"text": "首页", "text": "首页",
"pagePath": "pages/brands/brands", "pagePath": "pages/brands/brands",
"iconPath": "static/images/home/home.png" "iconPath": "static/images/home/home.png"
// "selectedIconPath":"static/tabs/home-active.png"
}, },
{ {
"text": "消息", "text": "消息",
"pagePath": "pages/message/message", "pagePath": "pages/message/message",
"iconPath": "static/images/home/message.png" "iconPath": "static/images/home/message.png"
// "selectedIconPath":"static/tabs/tab-cate-current.png"
}, },
{ {
"text": "我的", "text": "我的",
"pagePath": "pages/mine/my", "pagePath": "pages/mine/my",
"iconPath": "static/images/home/my.png" "iconPath": "static/images/home/my.png"
// "selectedIconPath":"static/tabs/tab-my-current.png"
} }
] ]
} }
......
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