| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // {
- // "path": "pages/index/index",
- // "style": {
- // "navigationBarTitleText": "首页"
- // }
- // },
- {
- "path" : "pages/about/index",
- "style" :
- {
- "navigationBarTitleText" : "工具",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/user/index",
- "style" :
- {
- "navigationBarTitleText" : "我的"
- }
- },
- {
- "path" : "pages/user/userAgreement",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/course/videovip",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/healthTest/healthTest",
- "style" :
- {
- "navigationBarTitleText" : "关于"
- }
- },
- {
- "path" : "pages/auth/login",
- "style" :
- {
- "navigationBarTitleText" : "登录"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages_index",
- "pages": [
- {
- "path": "testDetails",
- "style": {
- "navigationBarTitleText": "自测",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "test",
- "style": {
- "navigationBarTitleText": "自测",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "patient",
- "style": {
- "navigationBarTitleText": "就诊人管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "addEditPatient",
- "style": {
- "navigationBarTitleText": "新增就诊人",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "testResult",
- "style": {
- "navigationBarTitleText": "新增就诊人",
- "enablePullDownRefresh": false
- }
- },{
- "path": "voice",
- "style": {
- "navigationBarTitleText": "声音采集",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none" // 页面回弹
- }
- }
- },{
- "path" : "voiceItem",
- "style" :
- {
- "navigationBarTitleText" : "声音录制",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle":"black",
- "app-plus": {
- "bounce": "none" // 页面回弹
- }
- }
- },{
- "path" : "voiceList",
- "style" :
- {
- "navigationBarTitleText" : "声音录制",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle":"black",
- "app-plus": {
- "bounce": "none" // 页面回弹
- }
- }
- }
- ]
- },
- {
- "root": "pages_manage",
- "pages": [
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "数据",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "dataDetails",
- "style": {
- "navigationBarTitleText": "课程数据详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "statistic",
- "style": {
- "navigationBarTitleText": "课程统计",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "manageDataDetail",
- "style": {
- "navigationBarTitleText": "销售详情",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pages_managedata",
- "pages": [{
- "path": "coursedetail",
- "style": {
- "navigationBarTitleText": "课程详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "vipdetail",
- "style": {
- "navigationBarTitleText": "会员详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "userInfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "editUser",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "lableSetup",
- "style": {
- "navigationBarTitleText": "标签设置",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "users",
- "style": {
- "navigationBarTitleText": "审核销售",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "managedetail",
- "style": {
- "navigationBarTitleText": "审核销售",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "exprotList",
- "style": {
- "navigationBarTitleText": "审核列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "saleInfo",
- "style": {
- "navigationBarTitleText": "员工详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "changeVip",
- "style": {
- "navigationBarTitleText": "更换会员归属",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pages_course",
- "pages": [{
- "path": "reward",
- "style": {
- "navigationBarTitleText": "领取奖励",
- "enablePullDownRefresh": false
- }
- },{
- "path": "H5reward",
- "style": {
- "navigationBarTitleText": "领取奖励",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "becomeVIP",
- "style": {
- "navigationBarTitleText": "注册会员",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "becomeSale",
- "style": {
- "navigationBarTitleText": "注册销售",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "webview",
- "style": {
- "navigationBarTitleText": "授权登录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "videovip",
- "style": {
- "navigationBarTitleText": "看课详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "video",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "learn",
- "style" :
- {
- "navigationBarTitleText" : "健康生活方式指导",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "teacherClassroom",
- "style": {
- "navigationBarTitleText": "名师课堂",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "feedback",
- "style" :
- {
- "navigationBarTitleText": "投诉反馈",
- "scrollIndicator": "none",
- "app-plus": {
- "bounce": "none",
- "softinputMode": "adjustResize"
- }
- }
-
- }
- ]
- },
- {
- "root": "pages_tool",
- "pages": [
-
- {
- "path": "pages/historyToday/historyToday",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "历史今天",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/historyToday/details",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "详细信息",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- // {
- // "path": "pages/weather/weather",
- // "style": {
- // "navigationBarBackgroundColor": "#fff",
- // "navigationBarTextStyle": "black",
- // "navigationBarTitleText": "天气",
- // "backgroundColor": "#eeeeee",
- // "backgroundTextStyle": "light",
- // "usingComponents": {}
- // }
- // },
- {
- "path": "pages/pinyin/index",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "查拼音",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/christmasHat/index/index",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "圣诞帽",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/gojuuonn/gojuuonn",
- "style": {
- "navigationBarBackgroundColor": "#e4bfb6",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "五十音图",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
-
- {
- "path": "pages/figure/figure",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "身材计算",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/cand/index",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "程序员黄历",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/game/game",
- "style": {
- "navigationBarBackgroundColor": "#1e6d04",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "摇骰子",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/support/support",
- "style": {
- "navigationBarTitleText": "关于",
- "navigationBarBackgroundColor": "#FFF",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#fff",
- "backgroundTextStyle": "dark",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/christmasHat/combine/combine",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "圣诞帽",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/christmasHat/imageeditor/imageeditor",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "圣诞帽",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/qrcode/index",
- "style": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "二维码生成器",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/IP/IP",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "IP地址查询",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/MobileHome/MobileHome",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "手机归属地",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- },
- {
- "path": "pages/codePars/codePars",
- "style": {
- "navigationBarBackgroundColor": "#3677f0",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "标准电码查询",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "usingComponents": {}
- }
- }
- //,{
- // "path": "pages/calc/index",
- // "style": {
- // "usingComponents": {}
- // }
- // }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#008FD3",
- // "custom": true,
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- // {
- // "pagePath": "pages/index/index",
- // "iconPath": "/static/tabbar/home.png",
- // "selectedIconPath": "/static/tabbar/home_sel.png",
- // "text": "首页"
- // },
- // {
- // "pagePath": "pages/healthTest/healthTest",
- // "iconPath": "/static/tabbar/inquiry.png",
- // "selectedIconPath": "/static/tabbar/inquiry_select.png",
- // "text": "关于"
- // },
- {
- "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": "我的"
- }
- ]
- },
- "uniIdRouter": {}
- }
|