多语言加载
This commit is contained in:
parent
3314acf64c
commit
5d460ef858
|
|
@ -51,12 +51,7 @@ let getLocaleLabel = WeaLocaleProvider.getLocaleLabel.bind(
|
|||
"organization"
|
||||
);
|
||||
|
||||
// 不需要读取系统多语言
|
||||
getLocaleLabel = function (nextState, replace, callback) {
|
||||
callback();
|
||||
};
|
||||
|
||||
//const Home = (props) => props.children;
|
||||
|
||||
const Routes = (
|
||||
<Route
|
||||
|
|
@ -167,7 +162,3 @@ module.exports = {
|
|||
},
|
||||
};
|
||||
|
||||
// module.exports = {
|
||||
// Route: Routes,
|
||||
// store: stores,
|
||||
// };
|
||||
|
|
|
|||
Loading…
Reference in New Issue