thx / rap2-dolores

MIT License
610 stars 254 forks source link

dev/prod 皆运行成功,首页无法成功加载 #3

Closed printfcoder closed 6 years ago

printfcoder commented 6 years ago

使用node v9.2.0,npm v5.5.1

  1. dev 模式运行

image

  1. 其它机器远程访问3000端口

image

  1. 尝试过使用发布模式运行,配置文件如下: module.exports = { serve: 'http://127.0.0.1:8080', keys: ['some secret hurr'], session: { key: 'koa:sess' } }

错误依旧:

image

而使用serve 为 http://rap2api.taobao.org时,可以使用,而http://127.0.0.1:8080是通的,不解

delos已经启动,与dolores在一台服务器: image 访问效果: image

printfcoder commented 6 years ago

已解决,理解错误了,config.prod.js的serve只是用来调数据的restful API根地址。

gzliudan commented 6 years ago

请问要怎样配置?