|
@@ -32,9 +32,9 @@ const devWebpackConfig = merge(baseWebpackConfig, {
|
|
|
// openPage:'?hospitalCode=A001&hospitalDeptCode=D01&doctorCode=YS001&patientCode=1600&recordId=44',//携带参数
|
|
|
contentBase: false, // since we use CopyWebpackPlugin.
|
|
|
compress: true,
|
|
|
- // host: HOST || config.dev.host,
|
|
|
+ host: HOST || config.dev.host,
|
|
|
// host: '192.168.3.6',
|
|
|
- //host: '192.168.3.106',
|
|
|
+ host: '192.168.0.101',
|
|
|
port: PORT || config.dev.port,
|
|
|
open: config.dev.autoOpenBrowser,
|
|
|
overlay: config.dev.errorOverlay
|