1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-06-14 11:49:22 +08:00
This commit is contained in:
Pan 2018-10-09 13:25:23 +08:00
parent 27725ac9d7
commit 0cf4f2e518

View File

@ -12,7 +12,7 @@ export default {
watch: {
'$route.path': {
handler: function(val, oldVal) {
window._codefund.serve()
window._codefund && window._codefund.serve()
}
}
},