首先我们要有 接口 前缀 https://c2c.kuxia.top/前缀
const proxy = require('http-proxy-middleware') module.exports = function (app) { app.use( proxy.createProxyMiddleware('/webapi', { target: 'https://c2c.kuxia.top/', changeOrigin: true, pathRewrite: { '^/webapi': '' } }), ) }
我们配完代理后 打包 打包后上传宝塔后 需要再加一下反向代理 不然无法使用 浏览器 只能找到代理 找不到后台