|
@@ -26,7 +26,7 @@ const getUrl = () => {
|
|
if (data.result['systemTitle']) title = data.result['systemTitle'];
|
|
if (data.result['systemTitle']) title = data.result['systemTitle'];
|
|
if (data.result['logoIcon']) logoUrl = data.result['logoIcon'];
|
|
if (data.result['logoIcon']) logoUrl = data.result['logoIcon'];
|
|
if (data.result['sysOrgCode']) sysOrgCode = data.result['sysOrgCode'];
|
|
if (data.result['sysOrgCode']) sysOrgCode = data.result['sysOrgCode'];
|
|
- if (data.result['sysDataType']) sysDataType = data.result['sysDataType'];
|
|
|
|
|
|
+ if (data.result['dataType']) sysDataType = data.result['dataType'];
|
|
// getHomePath是以前的代码,留下做兼容,获取到一个默认的首页路径
|
|
// getHomePath是以前的代码,留下做兼容,获取到一个默认的首页路径
|
|
// 然后正常按配置走,默认使用上面的首页路径
|
|
// 然后正常按配置走,默认使用上面的首页路径
|
|
const homePathKey = data.result['defaultTheme'] ? data.result['defaultTheme'] : '';
|
|
const homePathKey = data.result['defaultTheme'] ? data.result['defaultTheme'] : '';
|