mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
parent
89d9a70dce
commit
b69292c376
@ -764,7 +764,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
'$route.fullPath': function () {
|
'$route.fullPath': function (path) {
|
||||||
|
if (path === '/user/login') {
|
||||||
|
return
|
||||||
|
}
|
||||||
this.getIcons()
|
this.getIcons()
|
||||||
},
|
},
|
||||||
resource: {
|
resource: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user