chatgpt-web-midjourney-proxy icon indicating copy to clipboard operation
chatgpt-web-midjourney-proxy copied to clipboard

前端/runway请求无法打到后端

Open TyxTang opened this issue 1 year ago • 0 comments

不知道是不是我配置问题 前端的地址/runway是404的,后端可以正常访问 在vite.config.ts添加代理

'/runway': {
          target: viteEnv.VITE_APP_API_BASE_URL,
          changeOrigin: true, // 允许跨域
          //rewrite: path => path.replace('/api/', '/'),
        },

恢复正常 看了下 好像有好几个接口都漏了

TyxTang avatar Oct 08 '24 03:10 TyxTang