|
|
@@ -35,7 +35,7 @@ class BaseController extends PublicController
|
|
|
$currentVersion = dict::getDict('appVersion');
|
|
|
if ($requestVersion < $currentVersion) {
|
|
|
if (in_array($action->id, $this->guestAccess) == false) {
|
|
|
- util::fail('请先升级系统');
|
|
|
+ //util::fail('请先升级系统');
|
|
|
}
|
|
|
}
|
|
|
|