mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
初始化 uniapp 小程序
This commit is contained in:
43
yudao-vue-ui/pages.json
Normal file
43
yudao-vue-ui/pages.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "uni-app"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/tabbar/user",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#666",
|
||||
"selectedColor": "#FF5A5F",
|
||||
"borderStyle": "black",
|
||||
"list": [{
|
||||
"text": "首页",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tarbar/index.png",
|
||||
"selectedIconPath": "static/tarbar/index-active.png"
|
||||
}, {
|
||||
"text": "商品",
|
||||
"pagePath": "pages/product/list",
|
||||
"iconPath": "static/tarbar/product.png",
|
||||
"selectedIconPath": "static/tarbar/product-active.png"
|
||||
}, {
|
||||
"text": "我的",
|
||||
"pagePath": "pages/tabbar/user",
|
||||
"iconPath": "static/tarbar/ucenter.png",
|
||||
"selectedIconPath": "static/tarbar/ucenter-active.png"
|
||||
}]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user