|
@@ -1,28 +1,59 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ "pages": [
|
|
|
{
|
|
|
- "path": "pages/pricate/pricate",
|
|
|
+ "path": "pages/me/me",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "学习"
|
|
|
+ "navigationBarTitleText": "数据更新"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
+ "path": "pages/middle/middle",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
+ "navigationBarTitleText": "记录查询"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "navigationBarBackgroundColor": "#FE5786"
|
|
|
}
|
|
|
-
|
|
|
- ],
|
|
|
+ }, {
|
|
|
+ "path": "pages/pricate/pricate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
+ }
|
|
|
+ }],
|
|
|
"globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
+ "navigationBarBackgroundColor": "#007AFF",
|
|
|
+ "backgroundColor": "#FFFFFF"
|
|
|
+ },
|
|
|
+ "easycom": {
|
|
|
+ "autoscan": true,
|
|
|
+ "custom": {
|
|
|
+ "cl-(.*)": "@/cool/ui/components/$1/$1.vue",
|
|
|
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "selectedColor": "#1296db",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "记录查询",
|
|
|
+ "iconPath": "static/tabbar1.png",
|
|
|
+ "selectedIconPath": "static/tabbar5.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/middle/middle",
|
|
|
+ "text": "数据采集",
|
|
|
+ "iconPath": "static/tabbar2.png",
|
|
|
+ "selectedIconPath": "static/tabbar6.png"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/me/me",
|
|
|
+ "text": "个人中心",
|
|
|
+ "iconPath": "static/tabbar4.png",
|
|
|
+ "selectedIconPath": "static/tabbar8.png"
|
|
|
+ }]
|
|
|
}
|
|
|
-
|
|
|
}
|