修复:《我的归档》生产环境筛选无效的问题,移除router(dev效果良好,build后不生效)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user