fix(breadcrumb): ensure that the single-level breadcrumbs jump correctly close #321

This commit is contained in:
Vben
2021-03-07 23:18:33 +08:00
parent d5d4c4b413
commit e0dc5cf2f2
3 changed files with 38 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ import { isDevMode } from '/@/utils/env';
// The development environment takes effect
if (isDevMode()) {
app.config.performance = true;
// app.config.performance = true;
window.__APP__ = app;
}
})();