|
@@ -14,7 +14,7 @@ module.exports = {
|
14
|
14
|
// target: 'https://dp.huiju360.com.cn/hj_operations',
|
15
|
15
|
// target: 'http://192.168.0.62:8080', //wf
|
16
|
16
|
//target: 'http://127.0.0.1:8080',
|
17
|
|
- target: 'http://192.168.0.62:8080', //wf
|
|
17
|
+ target: 'http://localhost:8080', //wf
|
18
|
18
|
// target: 'http://192.168.0.11', //ys
|
19
|
19
|
// target: 'http://192.168.0.125:8080', //hyq
|
20
|
20
|
// target: 'http://dev.ycjcjy.com/', //frp
|
|
@@ -33,7 +33,7 @@ module.exports = {
|
33
|
33
|
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
34
|
34
|
|
35
|
35
|
// Use Eslint Loader?
|
36
|
|
- // If true, your code will be linted during bundling and
|
|
36
|
+ // If true, your code will be linted during bundling aynd
|
37
|
37
|
// linting errors and warnings will be shown in the console.
|
38
|
38
|
useEslint: true,
|
39
|
39
|
// If true, eslint errors and warnings will also be shown in the error overlay
|