1
0
forked from dyf/APP
Files
APP/pages.json

386 lines
6.9 KiB
JSON
Raw Normal View History

2025-07-05 14:49:26 +08:00
{
"pages": [
// 登录
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/login/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationStyle": "custom"
}
},
// 注册
{
"path": "pages/common/register/index",
"style": {
"navigationStyle": "custom"
}
},
// 忘记密码
{
"path": "pages/common/forgotPassword/index",
"style": {
"navigationStyle": "custom"
}
},
2025-07-11 16:08:17 +08:00
2025-07-05 14:49:26 +08:00
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/index/index",
2025-07-05 14:49:26 +08:00
"style": {
2025-09-25 15:04:52 +08:00
"navigationStyle": "custom"
2025-07-05 14:49:26 +08:00
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/user/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "我的"
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/scan/scan",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "扫描"
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/qrcode/qrcode",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "扫描到的设备"
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/send/index",
2025-07-05 14:49:26 +08:00
"style": {
2025-08-16 13:59:17 +08:00
"navigationBarTitleText": "发送信息",
"enablePullDownRefresh": true
2025-07-05 14:49:26 +08:00
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/userAgreement/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/privacyAgreement/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "隐私协议"
}
},
{
2025-07-07 09:21:39 +08:00
"path": "pages/common/aboutUs/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationBarTitleText": "关于我们"
}
},
// 账号安全
{
"path": "pages/common/account/index",
"style": {
"navigationBarTitleText": "账户安全"
}
},
// 注销账号
{
"path": "pages/common/account/deleteAccount/index",
"style": {
"navigationBarTitleText": "注销账号"
}
},
// 修改密码
{
"path": "pages/common/account/changepassword/index",
"style": {
"navigationBarTitleText": "修改密码"
}
},
2025-07-05 14:49:26 +08:00
{
"path": "pages/6170/deviceControl/index",
"style": {
"navigationStyle": "custom"
}
},
2025-08-02 16:32:48 +08:00
{
"path": "pages/6170/callPolice/index",
"style": {
2025-08-16 13:59:17 +08:00
"navigationBarTitleText": "报警",
"enablePullDownRefresh": true
2025-08-02 16:32:48 +08:00
}
},
{
"path": "pages/210/deviceControl/index",
"style": {
"navigationStyle": "custom"
}
},
2025-07-05 14:49:26 +08:00
{
"path": "pages/common/operationVideo/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/common/addvideo/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationStyle": "custom"
2025-07-05 14:49:26 +08:00
}
},
// 操作说明
2025-07-05 14:49:26 +08:00
{
"path": "pages/common/operatingInstruct/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationStyle": "custom"
2025-07-05 14:49:26 +08:00
}
},
// 产品说明
2025-07-05 14:49:26 +08:00
{
"path": "pages/common/productDes/index",
2025-07-05 14:49:26 +08:00
"style": {
"navigationStyle": "custom"
}
2025-07-07 09:21:39 +08:00
},
{
2025-08-02 16:32:48 +08:00
"path": "pages/common/addBLE/addEquip",
"style": {
"navigationBarTitleText": "扫描设备"
2025-07-07 09:21:39 +08:00
}
},
{
2025-08-02 16:32:48 +08:00
"path": "pages/common/addBLE/LinkBle",
"style": {
"navigationBarTitleText": "绑定设备"
2025-07-11 16:08:17 +08:00
}
},
2025-07-14 09:46:58 +08:00
{
2025-08-02 16:32:48 +08:00
"path": "pages/6155/deviceDetail",
"style": {
"navigationBarTitleText": "HBY 6155"
2025-07-14 09:46:58 +08:00
}
},
2025-07-11 16:08:17 +08:00
{
2025-08-02 16:32:48 +08:00
"path": "pages/6155/ImgCrop",
"style": {
"navigationBarTitleText": "图像裁剪",
2025-07-11 16:08:17 +08:00
"navigationStyle": "custom",
"fullscreen": true
}
2025-07-14 10:24:02 +08:00
},
2025-11-07 12:16:10 +08:00
{
"path": "pages/6075/BJQ6075",
"style": {
"navigationStyle": "custom"
}
},
2025-07-14 10:24:02 +08:00
{
"path": "pages/common/map/index",
"style": {
"navigationBarTitleText": "地图"
}
2025-07-16 16:43:22 +08:00
},
2025-07-22 17:47:38 +08:00
{
"path": "pages/common/allType/index",
"style": {
"navigationBarTitleText": "所有类型"
}
},
{
"path": "pages/common/allShare/index",
2025-07-22 17:47:38 +08:00
"style": {
"navigationBarTitleText": "所有分享"
}
},
2025-08-02 16:32:48 +08:00
2025-07-16 16:43:22 +08:00
{
"path": "pages/common/share/index",
2025-07-16 16:43:22 +08:00
"style": {
"navigationBarTitleText": "分享"
}
},
{
"path": "pages/common/shareDevices/index",
2025-07-16 16:43:22 +08:00
"style": {
"navigationBarTitleText": "分享设备"
}
},
{
"path": "pages/common/shareManagement/index",
2025-07-16 16:43:22 +08:00
"style": {
"navigationBarTitleText": "分享管理"
}
2025-08-02 16:32:48 +08:00
},
{
"path": "pages/210/onlineDevice/index",
"style": {
"navigationBarTitleText": "联机设备"
}
},
{
"path": "pages/210/addDevice/index",
"style": {
"navigationBarTitleText": "添加联机设备"
}
},
{
"path": "pages/210/historyRecords/index",
"style": {
"navigationBarTitleText": "历史记录"
}
},
{
"path": "pages/210/call/index",
"style": {
"navigationBarTitleText": "呼叫"
}
2025-08-27 11:06:49 +08:00
},
{
"path": "pages/670/HBY670",
"style": {
2025-08-28 14:05:06 +08:00
"navigationBarTitleText": "HBY670",
"navigationStyle": "custom"
2025-08-27 11:06:49 +08:00
}
},
{
"path": "pages/650/HBY650",
"style": {
"navigationBarTitleText": "HBY650"
}
2025-08-28 14:05:06 +08:00
},
{
"path": "pages/670/History",
"style": {
"navigationBarTitleText": "历史记录"
2025-08-28 14:05:06 +08:00
}
2025-09-15 11:55:44 +08:00
},
{
"path": "pages/7305/BJQ7305",
"style": {
"navigationBarTitleText": "BJQ7305"
2025-08-28 14:05:06 +08:00
}
},
{
2025-11-07 11:57:35 +08:00
"path": "pages/6331/BJQ6331",
"style": {
"navigationBarTitleText": "BJQ6331"
}
},
2025-11-07 11:57:35 +08:00
{
2025-11-07 11:57:35 +08:00
"path": "pages/4877/BJQ4877",
"style": {
"navigationBarTitleText": "BJQ 4877"
}
2025-10-24 17:21:18 +08:00
},
{
2025-11-07 11:57:35 +08:00
"path": "pages/100/HBY100",
"style": {
"navigationBarTitleText": "HBY 100"
2025-10-24 17:21:18 +08:00
}
},
{
2025-11-07 11:57:35 +08:00
"path": "pages/common/audioManager/AudioList",
"style": {
"navigationBarTitleText": "语音管理",
"disableScroll":true,
"app-plus": {
"bounce":"none",
"titleNView": {
"buttons": [
{
"color": "#00000000",
"text": "删",
"fontSize": "10",
"float": "right",
"fontWeight": "normal"
},
{
"color": "#ffffffde",
"text": "编辑",
"fontSize": "14",
"float": "right",
"fontWeight": "normal"
},
{
"color": "#ffffffde",
"text": "取消",
"fontSize": "14",
"float": "right",
"fontWeight": "normal"
}
]
}
}
}
},
{
"path" : "pages/common/audioManager/Recording",
2025-10-24 17:21:18 +08:00
"style" :
{
2025-11-07 11:57:35 +08:00
"navigationBarTitleText" : "录制语音"
2025-10-24 17:21:18 +08:00
}
2025-11-07 12:16:10 +08:00
},
{
"path": "pages/4877/BJQ4877",
"style": {
"navigationBarTitleText": "BJQ 4877"
}
},
2025-11-10 17:27:37 +08:00
{
"path": "pages/4877/BJQ4877V1",
"style": {
"navigationBarTitleText": "BJQ 4877"
}
},
2025-11-07 12:16:10 +08:00
{
"path": "pages/100/HBY100",
"style": {
"navigationBarTitleText": "HBY 100"
}
2025-11-10 17:27:37 +08:00
},
{
"path" : "pages/4877/BJQ4877CheckColor",
"style" :
{
"navigationBarTitleText" : "选择配组"
}
2025-11-14 17:28:20 +08:00
},
{
"path" : "pages/102/HBY102",
"style" :
{
"navigationBarTitleText" : "HBY102"
}
2025-07-05 14:49:26 +08:00
}
2025-11-07 11:57:35 +08:00
2025-08-02 16:32:48 +08:00
],
2025-07-05 14:49:26 +08:00
"tabBar": {
"color": "#fff",
"selectedColor": "#BBE600",
"backgroundColor": "#202020",
"list": [{
2025-07-07 09:21:39 +08:00
"pagePath": "pages/common/index/index",
2025-07-05 14:49:26 +08:00
"text": "我的设备",
"iconPath": "/static/tabs/device.png",
"selectedIconPath": "/static/tabs/device-HL.png"
},
{
2025-07-07 09:21:39 +08:00
"pagePath": "pages/common/user/index",
2025-07-05 14:49:26 +08:00
"text": "我的",
"iconPath": "/static/tabs/my.png",
"selectedIconPath": "/static/tabs/my-HL.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#121212",
"backgroundColor": "#121212"
},
"uniIdRouter": {}
}