12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [
- "pages/index/index",
- "pages/addExpense/addExpense",
- "pages/liveSituation/liveSituation",
- "pages/mine/mine",
- "pages/login/login",
- "pages/dateplan/index",
- "pages/selfInfo/selfInfo",
- "pages/addExpenseForm/addExpenseForm",
- "pages/dateplan/editPlan",
- "pages/reimbursementList/reimbursementList",
- "pages/reimbursementList/submitApply",
- "pages/reimbursementList/audit",
- "pages/addExpenseFormElse/addExpenseForm"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "问星数据-抖音版",
- "navigationBarBackgroundColor": "#333947",
- "backgroundColor": "#333947"
- },
- "tabBar": {
- "color": "#AEB2B7",
- "selectedColor": "#446EF6",
- "borderStyle": "black",
- "backgroundColor": "#202020",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabBar/home.png",
- "selectedIconPath": "/static/tabBar/home_yes.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/dateplan/index",
- "iconPath": "/static/tabBar/dateplan.png",
- "selectedIconPath": "/static/tabBar/dateplan_yes.png",
- "text": "直播计划"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "/static/tabBar/wode.png",
- "selectedIconPath": "/static/tabBar/wode_yes.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {
- "no-data": "/components/noData",
- "wm-watermark": "/components/wm-watermark",
- "page-head": "/components/page-head"
- }
- }
|