first commit
This commit is contained in:
80
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
80
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/article/index",
|
||||
"pages/me/index",
|
||||
"pages/me/setting",
|
||||
"pages/order/index",
|
||||
"pages/device/index",
|
||||
"pages/goods/level",
|
||||
"pages/order/pre",
|
||||
"pages/order/pay",
|
||||
"pages/goods/detail",
|
||||
"pages/goods/device",
|
||||
"pages/team/index",
|
||||
"pages/team/detail",
|
||||
"pages/me/login",
|
||||
"pages/me/password",
|
||||
"pages/me/logon",
|
||||
"pages/me/auth",
|
||||
"pages/wallet/index",
|
||||
"pages/wallet/recharge",
|
||||
"pages/option/index",
|
||||
"pages/protocol/trusteeship",
|
||||
"pages/policy/user",
|
||||
"pages/policy/privacy",
|
||||
"pages/protocol/buy",
|
||||
"pages/protocol/mianze",
|
||||
"pages/wallet/temp",
|
||||
"pages/wallet/list",
|
||||
"pages/wallet/withdraw",
|
||||
"pages/wallet/account/index",
|
||||
"pages/wallet/account/form",
|
||||
"pages/wallet/account/org",
|
||||
"pages/share/index",
|
||||
"pages/article/detail",
|
||||
"pages/article/web",
|
||||
"pages/admin/shop/index",
|
||||
"pages/admin/shop/create",
|
||||
"pages/admin/order/index",
|
||||
"pages/resourceBundle/resourceBundle",
|
||||
"pages/me/mobile",
|
||||
"pages/me/userName",
|
||||
"pages/me/getBackAccount"
|
||||
],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "羿充电",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#5677fc",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tabbar/home.png",
|
||||
"selectedIconPath": "static/tabbar/homes.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/article/index",
|
||||
"iconPath": "static/tabbar/notice.png",
|
||||
"selectedIconPath": "static/tabbar/notices.png",
|
||||
"text": "公告"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/me/index",
|
||||
"iconPath": "static/tabbar/mine.png",
|
||||
"selectedIconPath": "static/tabbar/mines.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"permission": {},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user