|
|
@@ -1,66 +1,64 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path" : "pages/taxationLesson/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "创业社区",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
+ "path": "pages/taxationLesson/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "创业社区"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
- "path" : "pages/appCenter/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "应用中心",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
-
|
|
|
+ "path": "pages/appCenter/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "应用中心"
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "首页",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/self/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "backgroundColor": "#f3f3f3"
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/auth/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "鑫恩华"
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path" : "pages/auth/index",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "鑫恩华",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
-
|
|
|
{
|
|
|
- "path" : "pages/webview/web-view",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "外部链接",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
+ "path": "pages/webview/web-view",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "外部链接"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/self/about",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "关于我们"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/self/info",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人资料"
|
|
|
+ }
|
|
|
}
|
|
|
- ],
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "鑫恩华",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
- "backgroundColor": "#FFFFFF"
|
|
|
+ "backgroundColor": "#f3f3f3"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
- "borderStyle":"white",
|
|
|
+ "borderStyle": "white",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "/static/tabbar/activity.png",
|
|
|
@@ -78,7 +76,7 @@
|
|
|
"iconPath": "/static/tabbar/honer.png",
|
|
|
"selectedIconPath": "/static/tabbar/honer-ed.png",
|
|
|
"text": "应用中心"
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/self/index",
|
|
|
"iconPath": "/static/tabbar/self.png",
|
|
|
@@ -87,4 +85,4 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
-}
|
|
|
+}
|