update pay function
This commit is contained in:
@@ -35,7 +35,14 @@ const nextConfig: NextConfig = {
|
||||
|
||||
// 配置允许的域名(用于 Next.js Image 组件)
|
||||
images: {
|
||||
domains: ['valuefrontier.cn', 'localhost'],
|
||||
domains: ['valuefrontier.cn', 'localhost', 'thirdwx.qlogo.cn'],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'thirdwx.qlogo.cn',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user