|
|
- $configs = Config::whereIn('key',['logo','title','tel','email','address','wx_image','icp','put_on_record'])->pluck('value','key');
|
|
|
+ $configs = Config::whereIn('key',['logo','title','tel','email','address','wx_image','icp','put_on_record','lon','lat'])->pluck('value','key');
|