@titaui/pc 1.15.44 → 1.15.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -86,7 +86,7 @@ var viewConfig = function viewConfig() {
|
|
|
86
86
|
};
|
|
87
87
|
|
|
88
88
|
var isSelfTenant = function isSelfTenant() {
|
|
89
|
-
return ['352728', '564003', '511477', // 正式环境
|
|
89
|
+
return ['352728', '564003', '511477', '596303', // 正式环境
|
|
90
90
|
'500019', '500017', '500011', '500036' // 测试环境
|
|
91
91
|
].includes(String((0, _bsGlobal.getBSGlobal)('tenantInfo').Id));
|
|
92
92
|
};
|