修改测试问题
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
// },
|
||||
{
|
||||
iconPath: '/static/about.png',
|
||||
text: '关于',
|
||||
text: '详情',
|
||||
},
|
||||
// {
|
||||
// iconPath: '/static/access.png',
|
||||
@@ -130,7 +130,7 @@ export default {
|
||||
uni.navigateTo({ url: '/pages/device/DVR/record' })
|
||||
} else if (e.text === '事件') {
|
||||
uni.navigateTo({ url: '/pages/device/DVR/report' })
|
||||
} else if (e.text === '关于') {
|
||||
} else if (e.text === '详情') {
|
||||
uni.navigateTo({ url: '/pages/device/DVR/about' })
|
||||
} else if (e.text === '移交') {
|
||||
uni.navigateTo({ url: '/pages/device/transfer' })
|
||||
|
||||
Reference in New Issue
Block a user