You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/08/27 06:02:15 UTC

[GitHub] [apisix-dashboard] liuxiran commented on issue #416: after update master, login return error again

liuxiran commented on issue #416:
URL: https://github.com/apache/apisix-dashboard/issues/416#issuecomment-681587903


   > 前端的请求有问题
   > src\pages\User\components\LoginMethodPassword.tsx
   > 98行
   > const result = await request('/user/login',
   > 改成 const result = await request('http://192.168.3.124:8000/user/login',
   > http://192.168.3.124:8080 后端(go)的api地址 之后就好了
   
   感谢您的回答,我的问题还不是这个原因,事实上最新的代码中社区的同学已经规范了login的url。
   我尝试剔除了这个commit: https://github.com/apache/apisix-dashboard/commit/d37c11b4f05d2dd52165995e1bd81fb2b89eeaef
   重新编译构建了代码,问题就不存在了,所以考虑问题是不是出在☝️提交中。
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org