Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] useGeo: true 无法生成随机图片 #129

Open
lyutian opened this issue May 8, 2023 · 1 comment
Open

[Bug Report] useGeo: true 无法生成随机图片 #129

lyutian opened this issue May 8, 2023 · 1 comment

Comments

@lyutian
Copy link

lyutian commented May 8, 2023

Describe the bug

      headerBackground: {
        // 使用图片的 URL,如果设置了图片 URL,则不会生成随机变化的图案,下面的 useGeo 将失效
        // url: '/img/bg.jpg',

        // 使用随机变化的图案,如果设置为 false,且没有设置图片 URL,将显示为空白背景
        useGeo: true,
      },
  • 这么配置,infoCard整个都不可见了
  • header部分表现一样
      headerBackground: {
        // 使用图片的 URL,如果设置了图片 URL,则不会生成随机变化的图案,下面的 useGeo 将失效
        url: '/img/bg.jpg',

        // 使用随机变化的图案,如果设置为 false,且没有设置图片 URL,将显示为空白背景
        useGeo: true,
      },
  • 配置一个不存在的url,infoCard可以出现,背景为空白
@lyutian
Copy link
Author

lyutian commented Aug 17, 2023

if (isServer === false) {
config.node.set('Buffer', false)
}

需要npm run build之后,才能使用Geopattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant