|
@@ -1,25 +1,28 @@
|
|
|
{
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
{
|
|
|
- "path": "pages/taxationLesson/index",
|
|
|
|
|
|
|
+ "path": "pages/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
- "navigationBarTitleText": "创业社区"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/BBS/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "干货分享"
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/taxationLesson/active",
|
|
"path": "pages/taxationLesson/active",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "社区活动"
|
|
"navigationBarTitleText": "社区活动"
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/taxationLesson/ticket",
|
|
"path": "pages/taxationLesson/ticket",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "领券中心"
|
|
"navigationBarTitleText": "领券中心"
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/taxationLesson/rich_card",
|
|
"path": "pages/taxationLesson/rich_card",
|
|
@@ -37,12 +40,6 @@
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
"path": "pages/self/index",
|
|
"path": "pages/self/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的"
|
|
"navigationBarTitleText": "我的"
|
|
@@ -223,45 +220,46 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/appCenter/accounting/detail",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText" : "记账报税详情"
|
|
|
|
|
|
|
+ "path": "pages/appCenter/accounting/detail",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "记账报税详情"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/appCenter/accounting/ticket",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText" : "上传票据"
|
|
|
|
|
|
|
+ "path": "pages/appCenter/accounting/ticket",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "上传票据"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/appCenter/tax/index",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText" : "税控托管"
|
|
|
|
|
|
|
+ "path": "pages/appCenter/tax/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "税控托管"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/self/contract",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText" : "我的合同"
|
|
|
|
|
|
|
+ "path": "pages/self/contract",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "我的合同"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/self/enterprise/index",
|
|
|
|
|
- "style" :
|
|
|
|
|
- {
|
|
|
|
|
- "navigationBarTitleText" : "我的企业"
|
|
|
|
|
|
|
+ "path": "pages/self/enterprise/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "我的企业"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/self/enterprise/info",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "企业资料"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path" : "pages/self/enterprise/info",
|
|
|
|
|
|
|
+ "path" : "pages/BBS/activity",
|
|
|
"style" :
|
|
"style" :
|
|
|
{
|
|
{
|
|
|
- "navigationBarTitleText" : "企业资料"
|
|
|
|
|
|
|
+ "navigationBarTitleText" : "社区活动"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
@@ -280,10 +278,10 @@
|
|
|
"text": "首页"
|
|
"text": "首页"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/taxationLesson/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/BBS/index",
|
|
|
"iconPath": "/static/tabbar/honer.png",
|
|
"iconPath": "/static/tabbar/honer.png",
|
|
|
"selectedIconPath": "/static/tabbar/honer-ed.png",
|
|
"selectedIconPath": "/static/tabbar/honer-ed.png",
|
|
|
- "text": "财税课堂"
|
|
|
|
|
|
|
+ "text": "干货分享"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/appCenter/index",
|
|
"pagePath": "pages/appCenter/index",
|