|
|
@@ -23,7 +23,7 @@ class UserController extends BaseController
|
|
|
{
|
|
|
$list = UserClass::getRecentShop($this->user);
|
|
|
//显示国兰的信息 0不是 1是
|
|
|
- $showGlInfo = dict::getDict('showGlInfo');
|
|
|
+ $showGlInfo = getenv('SHOW_GL_INFO', 1);
|
|
|
util::success(['list' => $list, 'showGlInfo' => $showGlInfo]);
|
|
|
}
|
|
|
|