部署后报错,管理员无法登陆
WinsCat opened this issue · 2 comments
WinsCat commented
Failed to load resource: the server responded with a status of 404 ()
不知道什么原因 post的是前端域名 不知道对不对
xjy1592922966 commented
post的目标地址得是后端域名的才对, 前端没有做转发也没有伪静态哈, 需要前端重新打包
WinsCat commented
感谢已经搞定 另外在宝塔部署时候产生了跨域问题 新增配置已解决
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';