|
|
@@ -1,19 +1,19 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ // {
|
|
|
+ // "path": "pages/index/index",
|
|
|
+ // "style": {
|
|
|
+ // "navigationBarTitleText": "首页"
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
"path" : "pages/about/index",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText" : "企业理念"
|
|
|
+ "navigationBarTitleText" : "工具",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
{
|
|
|
"path" : "pages/user/index",
|
|
|
"style" :
|
|
|
@@ -39,7 +39,7 @@
|
|
|
"path" : "pages/healthTest/healthTest",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText" : "测一测"
|
|
|
+ "navigationBarTitleText" : "关于"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -88,6 +88,41 @@
|
|
|
"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" // 页面回弹
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -292,6 +327,195 @@
|
|
|
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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": {
|
|
|
@@ -321,15 +545,15 @@
|
|
|
// "pagePath": "pages/healthTest/healthTest",
|
|
|
// "iconPath": "/static/tabbar/inquiry.png",
|
|
|
// "selectedIconPath": "/static/tabbar/inquiry_select.png",
|
|
|
- // "text": "测一测"
|
|
|
+ // "text": "关于"
|
|
|
// },
|
|
|
{
|
|
|
"pagePath": "pages/about/index",
|
|
|
"iconPath": "/static/tabbar/health.png",
|
|
|
"selectedIconPath": "/static/tabbar/health_sel.png",
|
|
|
- "text": "企业理念"
|
|
|
- }
|
|
|
- ,{
|
|
|
+ "text": "工具"
|
|
|
+ },
|
|
|
+ {
|
|
|
"pagePath": "pages/user/index",
|
|
|
"iconPath": "/static/tabbar/my.png",
|
|
|
"selectedIconPath": "/static/tabbar/my_sel.png",
|