page-pipepline / pipeline-editor

🌾页面可视化搭建框架的web编辑器 -- https://page-pipepline.github.io/pipeline-editor/dist/#/
1.02k stars 157 forks source link

安装依赖 执行npm run start 打开3011页报错 #14

Open qinghua5453 opened 4 years ago

qinghua5453 commented 4 years ago

如题: 安装依赖 执行npm run start 打开3011页报错。 `Failed to load resource: net::ERR_CONNECTION_REFUSED vue.esm.js?efeb:628 [Vue warn]: Error in mounted hook (Promise/async): "TypeError: Failed to fetch"

found in

---> at src/pages/template/list.vue

at src/App.vue warn @ vue.esm.js?efeb:628 vue.esm.js?efeb:1897 TypeError: Failed to fetch` 点击新增模板也会报错。我还尝试把vue包以及相关的template升级了下,同样复现。 `vue.esm.js?efeb:628 [Vue warn]: Error in v-on handler (Promise/async): "TypeError: Failed to fetch" found in ---> at src/pages/template/list.vue at src/App.vue `
qinghua5453 commented 4 years ago

发现还要启一个7011的端口吗?来获取templates的相关接口。

qinghua5453 commented 4 years ago

我没有仔细看你写的document文档,抱歉了哈。