|
@@ -12,9 +12,9 @@ module.exports = {
|
12
|
12
|
proxyTable: {
|
13
|
13
|
'/api': {
|
14
|
14
|
// target: 'https://dp.huiju360.com.cn/hj_operations',
|
15
|
|
- // target: 'http://192.168.0.62:8080', //wf
|
|
15
|
+ target: 'http://localhost:8080', //wf
|
16
|
16
|
// target: 'http://127.0.0.1:8080',
|
17
|
|
- target: 'http://192.168.0.11:8080', //ys
|
|
17
|
+ // target: 'http://192.168.0.11:8080', //ys
|
18
|
18
|
// target: 'http://192.168.0.125:8080', //hyq
|
19
|
19
|
// target: 'http://dev.ycjcjy.com', //frp
|
20
|
20
|
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
|
|
@@ -44,7 +44,7 @@ module.exports = {
|
44
|
44
|
*/
|
45
|
45
|
|
46
|
46
|
// https://webpack.js.org/configuration/devtool/#development
|
47
|
|
- devtool: 'source-map',
|
|
47
|
+ // devtool: 'source-map',
|
48
|
48
|
|
49
|
49
|
// If you have problems debugging vue-files in devtools,
|
50
|
50
|
// set this to false - it *may* help
|
|
@@ -68,7 +68,7 @@ module.exports = {
|
68
|
68
|
|
69
|
69
|
productionSourceMap: true,
|
70
|
70
|
// https://webpack.js.org/configuration/devtool/#production
|
71
|
|
- devtool: '#source-map',
|
|
71
|
+ // devtool: '#source-map',
|
72
|
72
|
|
73
|
73
|
// Gzip off by default as many popular static hosts such as
|
74
|
74
|
// Surge or Netlify already gzip all static assets for you.
|