@@ -34,7 +34,7 @@ module.exports = {
open: true,
proxy: {
'/profile/upload': {
- target: 'https://test.baoxianzhanggui.com/nightFragrance',
+ target: process.env.VUE_APP_BASE_API,
changeOrigin: true,
pathRewrite:{
['^/profile/upload']: '/profile/upload',