vue.config.js @@ -62,6 +62,16 @@ ["^" + process.env.VUE_APP_BASE_API]: "", }, }, '/douban':{ target:'http://192.168.1.3:6789', changeOrigin:true, ws: true, pathRewrite: { '^/douban': '', }, }, }, disableHostCheck: true, },