|
@@ -64,8 +64,8 @@ let proxyTable = {
|
|
|
},
|
|
|
|
|
|
"/api/v1": {
|
|
|
-
|
|
|
- target: "http://172.16.33.166:8080",
|
|
|
+ target: "http://localhost:8080",
|
|
|
+
|
|
|
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
@@ -103,11 +103,10 @@ module.exports = {
|
|
|
assetsSubDirectory: 'static',
|
|
|
assetsPublicPath: '/',
|
|
|
proxyTable: proxyTable,
|
|
|
-
|
|
|
|
|
|
host: 'localhost',
|
|
|
port: 8802,
|
|
|
- autoOpenBrowser: false,
|
|
|
+ autoOpenBrowser: true,
|
|
|
errorOverlay: true,
|
|
|
notifyOnErrors: true,
|
|
|
poll: false,
|