aiyushanuninew/vue.config.js

11 lines
199 B
JavaScript

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