Commit 6c560972 by 肖康

commit

parent 13c56dd4
Showing with 0 additions and 2 deletions
......@@ -7,7 +7,6 @@ import type { AppProps } from 'next/app';
const MyApp= ({ Component, pageProps }:AppProps) => {
return <Component {...pageProps} />
};
......
......@@ -40,7 +40,6 @@ const Page=(props:{cateList:ResponseTypeCateList,homepageList:ResponseTypeHome})
//getServerSideProps
export const getServerSideProps: GetServerSideProps = async () => {
return getHomeData()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment