Browse Source

无JIRA fix: 修复

es6
zsmj 3 years ago
parent
commit
c75418f004
  1. 2
      src/router/router.js

2
src/router/router.js

@ -3191,7 +3191,7 @@
}; };
}, },
destroyed: function () { destroyed: function () {
BI.remove(cbs,this._callbackListener); BI.remove(cbs, this._callbackListener);
} }
}); });
BI.shortcut("bi.router_view", BI.RouterView); BI.shortcut("bi.router_view", BI.RouterView);

Loading…
Cancel
Save