importScripts不生效 #3409
Unanswered
JiangGeGe123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
客户生产环境禁止外网,可不加载这个文件图谱就出不来。
请问如何解决?
` const _graph = new G6.Graph({
container: containerName,
width,
height,
animate: true,
animateCfg: {
duration: 0, // Number,一次动画的时长
easing: 'linearEasing', // String,动画函数
},
modes: {
default: ['zoom-canvas', 'drag-canvas', 'drag-node'],
},
这个importScripts根本不生效
"@antv/g6": "4.3.7"
部署到生产以后,同样不生效:
Beta Was this translation helpful? Give feedback.
All reactions