|
...
|
...
|
@@ -70,11 +70,11 @@ class UpdateRoute extends Command |
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if($settingInfo !== false){
|
|
|
|
if($settingInfo['anchor_page_num'] == 0){
|
|
|
|
$settingInfo['anchor_page_num'] = 1;
|
|
|
|
}
|
|
|
|
if(empty($settingInfo['anchor_setting'])){
|
|
|
|
$settingInfo['anchor_setting'] = ["3","4","5"];
|
|
|
|
$settingInfo['anchor_setting'] = '["3","4","5"]';
|
|
|
|
}
|
|
|
|
if(empty($settingInfo['anchor_page_num'])){
|
|
|
|
$settingInfo['anchor_page_num'] = 1;
|
|
|
|
}
|
|
|
|
$data = [
|
|
|
|
'anchor_setting'=>$settingInfo['anchor_setting'],
|
...
|
...
|
|