Browse Source

无JIRA fix: 修复

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

2
src/router/router.js

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

Loading…
Cancel
Save