// import { config } from './config/config';
// let apiBaseurl='http://forest.hw.hongweisoft.com/data/forest-portal';
// // 解决跨域
// module.exports = {
//   devServer: {
//     proxy: {
//       '/prefix/data': {
//         target: apiBaseurl,
//         pathRewrite: {
//           '^/prefix': ''
//         }
//       }
//     },
//   }
// }


 // module.exports = {
	// publicPath: "./",
 //   devServer: {
 //     disableHostCheck: true
 //   }
 // }