bugfix
This commit is contained in:
@ -6,19 +6,19 @@
|
||||
"pages/stock/stock",
|
||||
"pages/add-stock/add-stock"
|
||||
],
|
||||
"entryPagePath": "pages/stock/stock",
|
||||
"tabBar": {
|
||||
"selectedColor": "#0052d9",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "财务",
|
||||
"iconPath": "assets/tab-icons/money-collect.png",
|
||||
"selectedIconPath": "assets/tab-icons/money-collect_selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/stock/stock",
|
||||
"text": "库存",
|
||||
"iconPath": "assets/tab-icons/stock.png",
|
||||
"selectedIconPath": "assets/tab-icons/stock_selected.png"
|
||||
}, {
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "财务",
|
||||
"iconPath": "assets/tab-icons/money-collect.png",
|
||||
"selectedIconPath": "assets/tab-icons/money-collect_selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/login/login",
|
||||
@ -32,7 +32,8 @@
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#f6f6f6",
|
||||
"navigationBarTitleText": "口袋九章",
|
||||
"navigationBarTextStyle": "black"
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"usingComponents": {
|
||||
"t-cell": "tdesign-miniprogram/cell/cell",
|
||||
@ -42,7 +43,8 @@
|
||||
"t-button": "tdesign-miniprogram/button/button",
|
||||
"t-message": "tdesign-miniprogram/message/message",
|
||||
"t-tab-panel": "tdesign-miniprogram/tab-panel/tab-panel",
|
||||
"t-cell-group": "tdesign-miniprogram/cell-group/cell-group"
|
||||
"t-cell-group": "tdesign-miniprogram/cell-group/cell-group",
|
||||
"t-navbar": "tdesign-miniprogram/navbar/navbar"
|
||||
},
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
|
||||
Reference in New Issue
Block a user