feat: bugfix

This commit is contained in:
zdl
2025-11-03 18:11:21 +08:00
parent fea0bc3bbe
commit 26ad017d32
2 changed files with 8 additions and 1 deletions

View File

@@ -244,6 +244,13 @@ module.exports = {
secure: false, secure: false,
logLevel: 'debug', logLevel: 'debug',
}, },
'/concept-api': {
target: 'http://49.232.185.254:6801',
changeOrigin: true,
secure: false,
logLevel: 'debug',
pathRewrite: { '^/concept-api': '' },
},
}, },
}, },
}; };

View File

@@ -268,7 +268,7 @@ const RelatedStocks = ({
return ( return (
<VStack spacing={4}> <VStack spacing={4}>
{[1, 2, 3].map((i) => ( {[1, 2, 3].map((i) => (
<HStack key={i} w="100%" spacing={4}> <HStack key={`skeleton-${i}`} w="100%" spacing={4}>
<Skeleton height="20px" width="100px" /> <Skeleton height="20px" width="100px" />
<Skeleton height="20px" width="150px" /> <Skeleton height="20px" width="150px" />
<Skeleton height="20px" width="80px" /> <Skeleton height="20px" width="80px" />