feat: 修改IndexController中的数据标题显示

This commit is contained in:
mkm 2024-07-13 18:00:44 +08:00
parent bded87e5e0
commit 551f98d460

View File

@ -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]);