bailicangdu / vue2-elm

Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用
https://cangdu.org/elm/
GNU General Public License v2.0
40.99k stars 12.45k forks source link

更换自己项目的接口路径,控制台报错404 #550

Closed DorisOu closed 3 years ago

DorisOu commented 4 years ago

您好,想请教下 1、在config/index.js 更改了proxypath的url后,控制台报404和 Unexpected token E in JSON at position 0 url直接在浏览器打开是可以访问的,猜测:会不会是context影响到的?

2、在config/index.js里的context到底是做什么的呢?

盼复!

weekai commented 4 years ago

https://github.com/bailicangdu/vue2-elm

------------------ 原始邮件 ------------------ 发件人: "bailicangdu/vue2-elm" <notifications@github.com>; 发送时间: 2020年7月29日(星期三) 晚上11:46 收件人: "bailicangdu/vue2-elm"<vue2-elm@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [bailicangdu/vue2-elm] 更换自己项目的接口路径,控制台报错404 (#550)

您好,想请教下 1、在config/index.js 更改了proxypath的url后,控制台报404和 Unexpected token E in JSON at position 0 url直接在浏览器打开是可以访问的,猜测:会不会是context影响到的?

2、在config/index.js里的context到底是做什么的呢?

盼复!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

DorisOu commented 4 years ago

@weekai 还是不行,现在我更改了我本地的端口,请求我后台的接口,现在报504和Unexpected token E in JSON at position 0 请问有解决办法么? 盼复!

weekai commented 4 years ago

这是别人的项目,他们的服务器可能关了

------------------ 原始邮件 ------------------ 发件人: "shopCart"<notifications@github.com>; 发送时间: 2020年7月30日(星期四) 上午10:28 收件人: "bailicangdu/vue2-elm"<vue2-elm@noreply.github.com>; 抄送: "一&#x1F341;一世界"<3305699549@qq.com>; "Mention"<mention@noreply.github.com>; 主题: Re: [bailicangdu/vue2-elm] 更换自己项目的接口路径,控制台报错404 (#550)

@weekai 还是不行,现在我更改了我本地的端口,请求我后台的接口,现在报504和Unexpected token E in JSON at position 0 请问有解决办法么? 盼复!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

DorisOu commented 4 years ago

@weekai 你理解错了,我是将他们的接口改成了我自己项目的接口报的错,他们的接口没有问题的