多语言加载

This commit is contained in:
Chengliang 2023-12-20 13:49:39 +08:00
parent 3314acf64c
commit 5d460ef858
1 changed files with 0 additions and 9 deletions

View File

@ -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,
// };