修复:《我的归档》生产环境筛选无效的问题,移除router(dev效果良好,build后不生效)

This commit is contained in:
2022-08-14 21:35:53 +08:00
parent 498f690fa1
commit a27276969b
4 changed files with 28 additions and 20 deletions

View File

@@ -15,7 +15,6 @@ const props = defineProps({
}
})
// 渲染WordCloud
const theme = G2.getTheme('dark')
G2.registerTheme('customize-dark', {
@@ -42,7 +41,7 @@ debounce(() => {
random: () => 0.5,
})
wordCloud.render()
}, 20)()
}, 5)()
watch(isDark, (value) => {
value