|
@@ -4,77 +4,72 @@
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
-
|
|
|
{
|
|
|
- "path" : "pages/login_two/login_two",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "手机号登录",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/login_three/login_three",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "找回密码",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/resource/resource",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "资源库",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/activityPage/activityPage",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "活动页",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/message/message",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "消息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/mine/mine",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ],
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/login_two/login_two",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "手机号登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/login_three/login_three",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "找回密码",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/resource/resource",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "资源库",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/activityPage/activityPage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "活动页",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/message/message",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/message/messageDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "活动消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/mine",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ],
|
|
|
"tabBar": {
|
|
|
"list": [
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "首页",
|
|
@@ -115,4 +110,4 @@
|
|
|
"navigationBarTitleCentered": true
|
|
|
},
|
|
|
"uniIdRouter": {}
|
|
|
-}
|
|
|
+}
|