1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "pages": [
- "pages/about/index",
- "pages/index/index",
- "pages/user/index",
- "pages/user/userAgreement",
- "pages/course/videovip",
- "pages/healthTest/healthTest",
- "pages/auth/login"
- ],
- "subPackages": [
- {
- "root": "pages_index",
- "pages": [
- "testDetails",
- "test",
- "patient",
- "addEditPatient",
- "testResult"
- ]
- },
- {
- "root": "pages_manage",
- "pages": [
- "login",
- "index",
- "dataDetails",
- "statistic",
- "manageDataDetail"
- ]
- },
- {
- "root": "pages_managedata",
- "pages": [
- "coursedetail",
- "vipdetail",
- "userInfo",
- "editUser",
- "lableSetup",
- "about",
- "users",
- "managedetail",
- "exprotList",
- "saleInfo",
- "changeVip"
- ]
- },
- {
- "root": "pages_course",
- "pages": [
- "reward",
- "H5reward",
- "becomeVIP",
- "becomeSale",
- "webview",
- "videovip",
- "video",
- "learn",
- "teacherClassroom",
- "feedback"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#008FD3",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- {
- "pagePath": "pages/about/index",
- "iconPath": "/static/tabbar/health.png",
- "selectedIconPath": "/static/tabbar/health_sel.png",
- "text": "企业理念"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabbar/my.png",
- "selectedIconPath": "/static/tabbar/my_sel.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|