增加新模块
This commit is contained in:
+261
-30
@@ -1,55 +1,286 @@
|
||||
{
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||||
"custom": {
|
||||
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||||
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
||||
}
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path" : "pages/home/home",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%index.title%"
|
||||
"navigationBarTitleText": "%index.title%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/component/component",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%index.component%",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
{
|
||||
"path" : "pages/sort/sort",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/api/api",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%index.api%",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
{
|
||||
"path" : "pages/hash_union/hash_union",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/schema/schema",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%index.schema%",
|
||||
"enablePullDownRefresh": false
|
||||
},
|
||||
{
|
||||
"path" : "pages/shopping_cart/shopping_cart",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine/mine",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{
|
||||
"path" : "pages/mine_bank_card/mine_bank_card",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%bankCard.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_bank_add/mine_bank_add",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%bankCard.add.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_address/mine_address",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%address.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_address_add/mine_address_add",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%address.add.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_authentication/mine_authentication",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%authentication.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_authentication_ok/mine_authentication_ok",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%authentication.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" ,// 默认样式,会显示返回图标
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"splitLine": {
|
||||
"color":"#f2f2f2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_purse/mine_purse",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%purse.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_order/mine_order",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_order_info/mine_order_info",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/mine_purse_bonus/mine_purse_bonus",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%purse.bonus.title%",
|
||||
"navigationBarBackgroundColor": "#ff7c41",
|
||||
"navigationBarTextStyle": "white",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/login/login",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/register/register",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/turntable/turntable",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/search/search",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/preference/preference",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/welcome/welcome",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/invite_friends/invite_friends",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%invite.friends.title%",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/productInfo/productInfo",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/order_submit/order_submit",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "%order.submit.title%",
|
||||
"navigationBarBackgroundColor": "#F5F5F5",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "pages/order_submit_ok/order_submit_ok",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "default" // 默认样式,会显示返回图标
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#007AFF",
|
||||
"color": "#808080FF",
|
||||
"selectedColor": "#ff7c41",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "%index.home%"
|
||||
"pagePath": "pages/home/home",
|
||||
"text": "%index.home%",
|
||||
"iconPath": "/static/column/home.png",
|
||||
"selectedIconPath": "/static/column/home_sel.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/component/component",
|
||||
"text": "%index.component%"
|
||||
"pagePath": "pages/sort/sort",
|
||||
"text": "%index.sort%",
|
||||
"iconPath": "/static/column/sort.png",
|
||||
"selectedIconPath": "/static/column/sort_sel.png"
|
||||
}, {
|
||||
"pagePath": "pages/api/api",
|
||||
"text": "%index.api%"
|
||||
"pagePath": "pages/hash_union/hash_union",
|
||||
"text": "%index.hash.union%",
|
||||
"iconPath": "/static/column/hx.png",
|
||||
"selectedIconPath": "/static/column/hx_sel.png"
|
||||
}, {
|
||||
"pagePath": "pages/schema/schema",
|
||||
"text": "%index.schema%"
|
||||
"pagePath": "pages/shopping_cart/shopping_cart",
|
||||
"text": "%index.shopping.cart%",
|
||||
"iconPath": "/static/column/shopping.png",
|
||||
"selectedIconPath": "/static/column/shopping_sel.png"
|
||||
}, {
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "%index.mine%",
|
||||
"iconPath": "/static/column/mine.png",
|
||||
"selectedIconPath": "/static/column/mine_sel.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user