This commit is contained in:
tanghucheng
2023-08-17 09:07:11 +08:00
parent 269b423235
commit 46fdcccdfd
+1 -1
View File
@@ -24,7 +24,7 @@ class upgradeModel extends model
public function __construct()
{
parent::__construct();
if($this->config->edition == 'ipd') $this->config->vision = 'rnd';
if($this->config->edition != 'lite') $this->config->vision = 'rnd';
$this->loadModel('setting');
}