图标告一段落
This commit is contained in:
38
app.js
38
app.js
@@ -178,7 +178,7 @@ App({
|
||||
},
|
||||
globalData:{
|
||||
userInfo:null,
|
||||
apiurl:"http://localhost:24382", //https://g.hnyhua.cn
|
||||
apiurl:"http://localhost:8080",//http://localhost:24382 //https://g.hnyhua.cn
|
||||
IFRefreshCart:0,
|
||||
IFRefreshsell:0,
|
||||
IFRefreshsell0:0,
|
||||
@@ -207,32 +207,32 @@ App({
|
||||
{
|
||||
"pagePath": "/pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/images/footer-icon-01.png",
|
||||
"selectedIconPath": "/images/footer-icon-01-active.png"
|
||||
"iconPath": "/images/footer-icon-001.png",
|
||||
"selectedIconPath": "/images/footer-icon-001-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/news/index",
|
||||
"iconPath": "/images/footer-icon-05.png",
|
||||
"selectedIconPath": "/images/footer-icon-05-active.png",
|
||||
"iconPath": "/images/footer-icon-008.png",
|
||||
"selectedIconPath": "/images/footer-icon-008-active.png",
|
||||
"text": "资讯"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/shop/index",
|
||||
"iconPath": "/images/footer-icon-07.png",
|
||||
"selectedIconPath": "/images/footer-icon-07-active.png",
|
||||
"iconPath": "/images/footer-icon-002.png",
|
||||
"selectedIconPath": "/images/footer-icon-002-active.png",
|
||||
"text": "商城"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/business/index",
|
||||
"iconPath": "/images/footer-icon-02.png",
|
||||
"selectedIconPath": "/images/footer-icon-02-active.png",
|
||||
"iconPath": "/images/footer-icon-005.png",
|
||||
"selectedIconPath": "/images/footer-icon-005-active.png",
|
||||
"text": "门店"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/my/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/images/footer-icon-04.png",
|
||||
"selectedIconPath": "/images/footer-icon-04-active.png"
|
||||
"iconPath": "/images/footer-icon-004.png",
|
||||
"selectedIconPath": "/images/footer-icon-004-active.png"
|
||||
}
|
||||
],
|
||||
// 特殊权限菜单配置(bdshEnable=1)
|
||||
@@ -240,26 +240,26 @@ App({
|
||||
{
|
||||
"pagePath": "/pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/images/footer-icon-01.png",
|
||||
"selectedIconPath": "/images/footer-icon-01-active.png"
|
||||
"iconPath": "/images/footer-icon-001.png",
|
||||
"selectedIconPath": "/images/footer-icon-001-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/news/index",
|
||||
"iconPath": "/images/footer-icon-05.png",
|
||||
"selectedIconPath": "/images/footer-icon-05-active.png",
|
||||
"iconPath": "/images/footer-icon-008.png",
|
||||
"selectedIconPath": "/images/footer-icon-008-active.png",
|
||||
"text": "资讯"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/shop/index",
|
||||
"iconPath": "/images/footer-icon-07.png",
|
||||
"selectedIconPath": "/images/footer-icon-07-active.png",
|
||||
"iconPath": "/images/footer-icon-002.png",
|
||||
"selectedIconPath": "/images/footer-icon-002-active.png",
|
||||
"text": "商城"
|
||||
},
|
||||
{
|
||||
"pagePath": "/pages/my/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/images/footer-icon-04.png",
|
||||
"selectedIconPath": "/images/footer-icon-04-active.png"
|
||||
"iconPath": "/images/footer-icon-004.png",
|
||||
"selectedIconPath": "/images/footer-icon-004-active.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user