增加新模块
This commit is contained in:
+50
-17
@@ -1,37 +1,70 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/home",
|
||||
"pages/index/index",
|
||||
"pages/component/component",
|
||||
"pages/api/api",
|
||||
"pages/schema/schema"
|
||||
"pages/sort/sort",
|
||||
"pages/hash_union/hash_union",
|
||||
"pages/shopping_cart/shopping_cart",
|
||||
"pages/mine/mine",
|
||||
"pages/mine_bank_card/mine_bank_card",
|
||||
"pages/mine_bank_add/mine_bank_add",
|
||||
"pages/mine_address/mine_address",
|
||||
"pages/mine_address_add/mine_address_add",
|
||||
"pages/mine_authentication/mine_authentication",
|
||||
"pages/mine_authentication_ok/mine_authentication_ok",
|
||||
"pages/mine_purse/mine_purse",
|
||||
"pages/mine_order/mine_order",
|
||||
"pages/mine_order_info/mine_order_info",
|
||||
"pages/mine_purse_bonus/mine_purse_bonus",
|
||||
"pages/login/login",
|
||||
"pages/register/register",
|
||||
"pages/turntable/turntable",
|
||||
"pages/search/search",
|
||||
"pages/preference/preference",
|
||||
"pages/welcome/welcome",
|
||||
"pages/invite_friends/invite_friends",
|
||||
"pages/productInfo/productInfo",
|
||||
"pages/order_submit/order_submit",
|
||||
"pages/order_submit_ok/order_submit_ok"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#007AFF",
|
||||
"color": "#808080FF",
|
||||
"selectedColor": "#ff7c41",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "Home"
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "主页",
|
||||
"iconPath": "/static/column/home.png",
|
||||
"selectedIconPath": "/static/column/home_sel.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/component/component",
|
||||
"text": "Component"
|
||||
"pagePath": "pages/sort/sort",
|
||||
"text": "分类",
|
||||
"iconPath": "/static/column/sort.png",
|
||||
"selectedIconPath": "/static/column/sort_sel.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/api/api",
|
||||
"text": "API"
|
||||
"pagePath": "pages/hash_union/hash_union",
|
||||
"text": "哈希联盟",
|
||||
"iconPath": "/static/column/hx.png",
|
||||
"selectedIconPath": "/static/column/hx_sel.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/schema/schema",
|
||||
"text": "Schema"
|
||||
"pagePath": "pages/shopping_cart/shopping_cart",
|
||||
"text": "购物车",
|
||||
"iconPath": "/static/column/shopping.png",
|
||||
"selectedIconPath": "/static/column/shopping_sel.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/column/mine.png",
|
||||
"selectedIconPath": "/static/column/mine_sel.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user