guozhaolong / wfd-vue

flowable workflow designer for Vue base on @antv/g6
https://guozhaolong.github.io/wfd-vue/
1.01k stars 264 forks source link

部署后报错 #4

Closed FantasyGin closed 4 years ago

FantasyGin commented 4 years ago

本地环境部署好之后,运行就报错

Uncaught SyntaxError: Unexpected token ... at Object../node_modules/@antv/g6/src/util/graphic.js (chunk-vendors.js:1331) at webpack_require (app.js:786) at fn (app.js:151) at eval (webpack-internal:///./node_modules/@antv/g6/src/util/index.js:10) at Object../node_modules/@antv/g6/src/util/index.js (chunk-vendors.js:1353) at webpack_require (app.js:786) at fn (app.js:151) at eval (webpack-internal:///./node_modules/@antv/g6/src/shape/shape.js:7) at Object../node_modules/@antv/g6/src/shape/shape.js (chunk-vendors.js:1298) at webpack_require (app.js:786)

FantasyGin commented 4 years ago

线上的wfd-vue,demo打开报语法错误,这个项目还在维护吗?

guozhaolong commented 4 years ago

看着像是少依赖包啊,我本地运行没问题啊,线上那个demo不是也能看到么

FantasyGin commented 4 years ago

线上的demo现在正常了,昨天早上打开还在报错。这个是什么依赖包,只要运行起来后就报错了。

guozhaolong commented 4 years ago

线上的demo一直是正常的啊,是不是你浏览器有问题呀,我也没动过线上demo,有可能是numberjs?

FantasyGin commented 4 years ago

好吧,我自己先调试看一下。谢谢了。