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

3351 系统报异常,没数据

上级 6d3b5c58
......@@ -69,7 +69,10 @@ export function getFetchUrl() {
}
export function getType() {
return '/sg/';
if(window.location.href.indexOf('/sg/') > -1){
return '/sg/';
}
return localStorage.getItem('antd-pro-type') || '';
}
export function setType(type) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论