问题描述
这是我使用 getinitialProps 在服务器中获取数据的代码。但是正如您所看到的,有两个 res 参数声明的目的不同。我如何申报或分开?我收到了一个错误重复资源声明。
ProductDetails.getinitialProps = ({res},res: NextPageContext) => {
const productModel = _.get(res,'locals.productModel',{});
const isMobile = _.get(res,'locals.isMobile',false);
const { query: { data },} = res;
return {
page: { ...(data as Model)?.page } || emptyModel,...productModel,isMobile,};
};
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)