青鸟官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
457 B

module.exports = {
transpileDependencies: true,
publicPath: "/",
outputDir: "dist",
assetsDir: "static",
devServer: {
proxy: {
"/fsms-library": {
target: "https://zhinengku.zhixunanquan.com/fsms-library",
// target: "http://192.168.0.101:8104/fsms-library",
changeOrigin: true,
secure: false,
// 路径重写
pathRewrite: {
"^/fsms-library": "",
},
}
},
},
};