// module.exports = { // devServer: { // proxy: { // '/app-api': { // target: 'http://yshop.l1.ttut.cc/app-api', // changeOrigin: true, // }, // }, // }, // }