|
@@ -1,6 +1,7 @@
|
|
{
|
|
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
@@ -34,8 +35,10 @@
|
|
"path": "pages/login/login",
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
"navigationBarTitleText": "登录"
|
|
|
|
+
|
|
}
|
|
}
|
|
- }, {
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"path": "pages/deviceOffLine/deviceOffLine",
|
|
"path": "pages/deviceOffLine/deviceOffLine",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "离线设备",
|
|
"navigationBarTitleText": "离线设备",
|
|
@@ -43,7 +46,7 @@
|
|
"titleNView": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"buttons": [{
|
|
"text": "\ue613",
|
|
"text": "\ue613",
|
|
- "fontSize": "20px",
|
|
|
|
|
|
+ "fontSize": "46rpx",
|
|
// "redDot": true,
|
|
// "redDot": true,
|
|
"float": "right",
|
|
"float": "right",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
@@ -62,7 +65,7 @@
|
|
"titleNView": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"buttons": [{
|
|
"text": "\ue613",
|
|
"text": "\ue613",
|
|
- "fontSize": "20px",
|
|
|
|
|
|
+ "fontSize": "46rpx",
|
|
// "redDot": true,
|
|
// "redDot": true,
|
|
"float": "right",
|
|
"float": "right",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
@@ -110,7 +113,7 @@
|
|
"titleNView": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"buttons": [{
|
|
"text": "\ue613",
|
|
"text": "\ue613",
|
|
- "fontSize": "20px",
|
|
|
|
|
|
+ "fontSize": "46rpx",
|
|
// "redDot": true,
|
|
// "redDot": true,
|
|
"float": "right",
|
|
"float": "right",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
@@ -291,7 +294,7 @@
|
|
}, {
|
|
}, {
|
|
"path": "pages/videoList/videoList",
|
|
"path": "pages/videoList/videoList",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "视频检测",
|
|
|
|
|
|
+ "navigationBarTitleText": "视频监测",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
|
|
@@ -384,7 +387,7 @@
|
|
"titleNView": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"buttons": [{
|
|
"text": "\ue613",
|
|
"text": "\ue613",
|
|
- "fontSize": "20px",
|
|
|
|
|
|
+ "fontSize": "46rpx",
|
|
// "redDot": true,
|
|
// "redDot": true,
|
|
"float": "right",
|
|
"float": "right",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
@@ -547,7 +550,7 @@
|
|
"titleNView": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"buttons": [{
|
|
"text": "\ue66b",
|
|
"text": "\ue66b",
|
|
- "fontSize": "18px",
|
|
|
|
|
|
+ "fontSize": "42rpx",
|
|
"float": "right",
|
|
"float": "right",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
"width": "auto"
|
|
"width": "auto"
|
|
@@ -645,7 +648,7 @@
|
|
"path" : "pages/accountManage/accountManage",
|
|
"path" : "pages/accountManage/accountManage",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
- "navigationBarTitleText": "用户管理",
|
|
|
|
|
|
+ "navigationBarTitleText": "人员列表",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
|