提交 24d08872 作者: 龚洪江

功能:首页海报更换

上级 4ae28a81
/** @type {import('next').NextConfig} */
let distDir = '.dev' //默认输出目录
let distDir = '.dev'; //默认输出目录
if (process.env.NODE_ENV === 'production') {
//生产环境用另一个目录构建,防止与dev冲突
distDir = '.next'
distDir = '.next';
}
const nextConfig = {
......@@ -27,8 +27,8 @@ const nextConfig = {
return [
{
source: '/local/:path*',
//destination: "https://iuav.mmcuav.cn/:path*",
destination: 'https://test.iuav.shop/:path*',
destination: 'https://www.iuav.shop/:path*',
// destination: 'https://test.iuav.shop/:path*',
},
];
},
......
......@@ -8,8 +8,8 @@ export default function RotationChart() {
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/1(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/2(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/3(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/4(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/5(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/a0dc9062-cef8-44ce-bbba-ee82a0d5fe80.jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/95843a99-e8bf-4156-b47a-cf3720f4a885.jpg',
];
return (
<Box>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论