|
|
@@ -77,10 +77,10 @@ class SystemLogin
|
|
|
$brand = Config::get('mproc.system_brand.collab');
|
|
|
}
|
|
|
|
|
|
- return $brand ?: '生产协同系统';
|
|
|
+ return $brand ?: '供应链协同系统';
|
|
|
}
|
|
|
|
|
|
- return '生产协同系统';
|
|
|
+ return '供应链协同系统';
|
|
|
}
|
|
|
if ($key === 'allow_rule_super') {
|
|
|
$v = Config::get('mproc.collab_allow_rule_super');
|
|
|
@@ -297,7 +297,7 @@ class SystemLogin
|
|
|
|
|
|
$brand = (string)self::option($system, 'brand', '');
|
|
|
if ($brand === '') {
|
|
|
- $brand = (string)self::option($system, 'name', '生产协同系统');
|
|
|
+ $brand = (string)self::option($system, 'name', '供应链协同系统');
|
|
|
}
|
|
|
$flatBrand = Config::get($system === 'cockpit' ? 'mproc.cockpit_system_brand' : 'mproc.collab_system_brand');
|
|
|
if (is_string($flatBrand) && $flatBrand !== '') {
|