mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
fix bug
This commit is contained in:
parent
27725ac9d7
commit
0cf4f2e518
@ -12,7 +12,7 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
'$route.path': {
|
'$route.path': {
|
||||||
handler: function(val, oldVal) {
|
handler: function(val, oldVal) {
|
||||||
window._codefund.serve()
|
window._codefund && window._codefund.serve()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user