提交 d4bacc88 authored 作者: 钟是志's avatar 钟是志

云上贵州项目开发

上级 119f0ff3
......@@ -38,7 +38,10 @@ const getSystemConfig = () => {
});
if (findSystem) {
let systemX = findSystem.replace(/[/]/g, "");
return config.systems[systemX];
let res = config.systems[systemX];
let systemDiyName = localStorage.getItem('systemDiyName');
res.name = systemDiyName || res.name;
return res;
}
return config.systems["jc"];
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论