api前少了一个斜杠,导致请求接口直接拼接在了当前路径下。
加上"/"就好了
export default { // 电影详情 getShowInfo: '/api/getFilmInfo?filmId=', }