InternetCompetition/.history/vue.config_20231103093520.js

14 lines
271 B
JavaScript

const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false,
devServer:{
proxy:{
"/wangguan":{
target:"http://172.16.1.254:10014/Handler/Config.ashx",
}
}
}
});