|
@@ -1,17 +1,59 @@
|
|
{
|
|
{
|
|
"pages": [{
|
|
"pages": [{
|
|
- "path": "pages/index/index",
|
|
|
|
|
|
+ "path": "pages/cardHolder/cardHolder",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
|
|
|
+ "navigationBarTitleText": "电子名片",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/circle/circle",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "圈子",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/mySet/mySet",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
}],
|
|
}],
|
|
|
|
+ "tabBar": {
|
|
|
|
+ "custom": false,
|
|
|
|
+ "color": "#656765",
|
|
|
|
+ "selectedColor": "#000102",
|
|
|
|
+ "borderStyle": "white",
|
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
|
+ "list": [{
|
|
|
|
+ "pagePath": "pages/cardHolder/cardHolder",
|
|
|
|
+ "iconPath": "static/11.png",
|
|
|
|
+ "selectedIconPath": "static/1.png",
|
|
|
|
+ "text": "电子名片"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/circle/circle",
|
|
|
|
+ "iconPath": "static/11.png",
|
|
|
|
+ "selectedIconPath": "static/1.png",
|
|
|
|
+ "text": "圈子"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/mySet/mySet",
|
|
|
|
+ "iconPath": "static/4.png",
|
|
|
|
+ "selectedIconPath": "static/44.png",
|
|
|
|
+ "text": "我的"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
|
|
|
+ "navigationBarTitleText": "电子名片",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|