| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "pages": [
- "pages/about/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",
- "voice",
- "voiceItem",
- "voiceList"
- ]
- },
- {
- "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"
- ]
- },
- {
- "root": "pages_tool",
- "pages": [
- "pages/historyToday/historyToday",
- "pages/historyToday/details",
- "pages/pinyin/index",
- "pages/christmasHat/index/index",
- "pages/gojuuonn/gojuuonn",
- "pages/figure/figure",
- "pages/cand/index",
- "pages/game/game",
- "pages/support/support",
- "pages/christmasHat/combine/combine",
- "pages/christmasHat/imageeditor/imageeditor",
- "pages/qrcode/index",
- "pages/IP/IP",
- "pages/MobileHome/MobileHome",
- "pages/codePars/codePars"
- ]
- }
- ],
- "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": {}
- }
|