7 Star 34 Fork 3

umijs / umi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.ts 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
sorrycc 提交于 2020-09-02 12:08 . docs: change banner to black background
// Config for dumi
import './app.less';
export const onRouteChange = ({ location }: any) => {
// back top
if (location.pathname !== window.location.pathname) {
const el = document.scrollingElement || document.documentElement;
if (el.scrollTop !== 0) {
el.scrollTop = 0;
}
}
};
JavaScript
1
https://gitee.com/umijs/umi.git
git@gitee.com:umijs/umi.git
umijs
umi
umi
master

搜索帮助