fix:框架搭建及功能完善。
This commit is contained in:
@@ -11,13 +11,6 @@
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "若依移动端框架",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login",
|
||||
"style": {
|
||||
@@ -25,15 +18,22 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work",
|
||||
"path": "pages/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "智聪科技记账平台",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工作台"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/template",
|
||||
"path": "pages/statistic/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "模板"
|
||||
"navigationBarTitleText": "统计分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -54,6 +54,41 @@
|
||||
"navigationBarTitleText": "浏览文本"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/pos/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "pos机管理"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/credit/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡管理"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/accountDealRecord/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账户交易记录"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/accounts/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "记账账户"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/heartJourney/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "心路历程"
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
@@ -253,16 +288,16 @@
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/work",
|
||||
"pagePath": "pages/work/index",
|
||||
"iconPath": "static/images/tabbar/work.png",
|
||||
"selectedIconPath": "static/images/tabbar/work_.png",
|
||||
"text": "工作台"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/template",
|
||||
"pagePath": "pages/statistic/index",
|
||||
"iconPath": "static/images/tabbar/work.png",
|
||||
"selectedIconPath": "static/images/tabbar/work_.png",
|
||||
"text": "模板"
|
||||
"text": "统计分析"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine",
|
||||
|
||||
Reference in New Issue
Block a user