54sword / xiaoduyu.com

🐟小度鱼 - 年轻人的交流社区 https://www.xiaoduyu.com
597 stars 148 forks source link

页面刷新,样式加载失败 #20

Closed cmmkj closed 7 years ago

cmmkj commented 7 years ago

http://localhost:4000/posts/5910922a7ea7dd7054095cf4  刷新之后: image

54sword commented 7 years ago

发现问题了,请修改 config/index.js 第48行,修改成 public_path: 'http://localhost:4000', 再试一试

cmmkj commented 7 years ago

可以了

cmmkj commented 7 years ago

为什么我用localhost打开,页面也会有数据,这些数据从哪里来的?

54sword commented 7 years ago

默认我是在 config/index.js,配置了 api 接口,获取的是 xiaoduyu.com 网站的数据

api_url: 'https://www.xiaoduyu.com',
api_verstion: 'api/v1',

这个API的源代码在 https://github.com/54sword/api.xiaoduyu.com 这里, 你可以在本地启动 api 服务,然后把 api_url 换成你本地的地址就可以了

cmmkj commented 7 years ago

哦,知道了