Skip to content

Commit

Permalink
fixup! fix: 处理路径时,兼容结尾有 / 的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Mar 1, 2022
1 parent fc88860 commit 19429ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import {Router, Route, Redirect, withRouter} from 'react-router-dom';
import {Router, Route} from 'react-router-dom';
import loadable from '@loadable/component';
import $ from 'miaoxing';
import {wei, app, event, history} from '@mxjs/app';
Expand Down

0 comments on commit 19429ea

Please sign in to comment.