mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
Merge branch 'origin/feature/GFRS-1469【0630】nbsapp' into dev
This commit is contained in:
@@ -26,11 +26,11 @@ export default {
|
||||
[InternalList.name]: InternalList
|
||||
},
|
||||
watch: {
|
||||
'$route.path': {
|
||||
$route: {
|
||||
deep: true,
|
||||
handler(n) {
|
||||
console.log(n)
|
||||
if (n.indexOf('/nbs/internalItem_2') !== -1) {
|
||||
if (n.path.indexOf('/nbs/internalItem_2') !== -1) {
|
||||
console.log(33333333)
|
||||
this.level = '3'
|
||||
this.titleArr.push(this.$route.query.name)
|
||||
|
||||
Reference in New Issue
Block a user