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": "", }, } }, }, };