替换图片并删掉本地图片,代码分包
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
],
|
||||
"subPackages": [{
|
||||
"root": "pages/loginSub",
|
||||
"root": "pageSubPack/loginSub",
|
||||
"pages": [{
|
||||
"path": "register-new-user",
|
||||
"style": {
|
||||
@@ -74,7 +74,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/online-repair",
|
||||
"root": "pageSubPack/online-repair",
|
||||
"pages": [{
|
||||
"path": "onlineRepair",
|
||||
"style": {
|
||||
@@ -121,7 +121,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/visitor",
|
||||
"root": "pageSubPack/visitor",
|
||||
"pages": [{
|
||||
"path": "visitor-list",
|
||||
"style": {
|
||||
@@ -150,7 +150,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/activity-list",
|
||||
"root": "pageSubPack/activity-list",
|
||||
"pages": [{
|
||||
"path": "activityList",
|
||||
"style": {
|
||||
@@ -175,7 +175,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/notice-list",
|
||||
"root": "pageSubPack/notice-list",
|
||||
"pages": [{
|
||||
"path": "noticeList",
|
||||
"style": {
|
||||
@@ -457,20 +457,20 @@
|
||||
"selectedColor": "#666666",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/tabbar/首页.png",
|
||||
"selectedIconPath": "/static/tabbar/首页蓝.png",
|
||||
"iconPath": "/static/tabbar/home.png",
|
||||
"selectedIconPath": "/static/tabbar/homeBlue.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/serviceIndex/serviceIndex",
|
||||
"iconPath": "/static/tabbar/服务.png",
|
||||
"selectedIconPath": "/static/tabbar/服务蓝.png",
|
||||
"iconPath": "/static/tabbar/service.png",
|
||||
"selectedIconPath": "/static/tabbar/serviceBlue.png",
|
||||
"text": "服务"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/myIndex/myIndex",
|
||||
"iconPath": "/static/tabbar/我的.png",
|
||||
"selectedIconPath": "/static/tabbar/我的蓝.png",
|
||||
"iconPath": "/static/tabbar/mine.png",
|
||||
"selectedIconPath": "/static/tabbar/mineBlue.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user