提交 33828d7a 作者: ZhangLingKun

功能:ssr测试

上级 3407b88d
流水线 #7392 已通过 于阶段
in 4 分 33 秒
...@@ -33,9 +33,9 @@ export async function getServerSideProps() { ...@@ -33,9 +33,9 @@ export async function getServerSideProps() {
// fetch测试 // fetch测试
const getAppCategoryInfo = async () => { const getAppCategoryInfo = async () => {
const res = await fetch( const res = await fetch(
'https://test.iuav.com/pms/app/goods/queryGoodsInfoByCategorySub?type=4', 'https://test.iuav.com/pms/category/appCategoryInfo?type=4',
); );
console.log('fetch测试 res --->', res); console.log('fetch测试 res --->', await res?.json());
}; };
// 依次获取接口数据 // 依次获取接口数据
await (async () => { await (async () => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论