Browse Source

图标更换

wyx
lipengcheng 1 month ago
parent
commit
50d3097c6a
  1. 12
      pages.json
  2. 12
      unpackage/dist/dev/mp-weixin/app.json

12
pages.json

@ -46,20 +46,20 @@
"list": [
{
"pagePath": "pages/tabBar/msg/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/消息-灰.png",
"selectedIconPath": "static/img/消息.png",
"text": "消息"
},
{
"pagePath": "pages/tabBar/work/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/工作-灰.png",
"selectedIconPath": "static/img/工作.png",
"text": "工作"
},
{
"pagePath": "pages/tabBar/mine/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/我的-灰.png",
"selectedIconPath": "static/img/我的.png",
"text": "我的"
}
]

12
unpackage/dist/dev/mp-weixin/app.json

@ -20,20 +20,20 @@
"list": [
{
"pagePath": "pages/tabBar/msg/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/消息-灰.png",
"selectedIconPath": "static/img/消息.png",
"text": "消息"
},
{
"pagePath": "pages/tabBar/work/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/工作-灰.png",
"selectedIconPath": "static/img/工作.png",
"text": "工作"
},
{
"pagePath": "pages/tabBar/mine/index",
"iconPath": "static/img/处理.png",
"selectedIconPath": "static/img/处理.png",
"iconPath": "static/img/我的-灰.png",
"selectedIconPath": "static/img/我的.png",
"text": "我的"
}
]

Loading…
Cancel
Save