1.4
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
visitedViews(newVal, oldVal){
|
||||
let num = 0
|
||||
newVal && newVal.map(item => {
|
||||
if (item.path === '/databoard/kiln' || item.path === '/databoard/whole-plant') {
|
||||
if (item.path === '/databoard/kiln' || item.path === '/databoard/whole-plant' || item.path === '/databoard/deep-processing') {
|
||||
num++
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user