feat: 修改IndexController中的数据标题显示
This commit is contained in:
parent
bded87e5e0
commit
551f98d460
@ -56,7 +56,7 @@ class IndexController extends BaseLikeController
|
|||||||
$title = '云锦镇农(特)产品交易大数据';
|
$title = '云锦镇农(特)产品交易大数据';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$title = '百合镇农(特)产品交易大数据';
|
$title = '泸县农(特)产品交易大数据';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return $this->success('ok', ['dayPayPrice' => $res, 'title' => $title]);
|
return $this->success('ok', ['dayPayPrice' => $res, 'title' => $title]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user