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.
|
|
|
module.exports = {
|
|
|
|
transpileDependencies: true,
|
|
|
|
publicPath: "/",
|
|
|
|
outputDir: "dist",
|
|
|
|
assetsDir: "static",
|
|
|
|
devServer: {
|
|
|
|
// before:require('./mock/index.js'),
|
|
|
|
// 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": "",
|
|
|
|
// },
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
},
|
|
|
|
};
|