diff --git a/.env.production b/.env.production index 5413f47..e0c5f43 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'https://openapitest.aiyxlib.com' # VUE_APP_BASE_API = 'http://192.168.99.107:11100' # VUE_APP_BASE_API = 'http://27.19.215.77:11100' -VUE_APP_BASE_API = 'http://27.16.219.156:11100' +VUE_APP_BASE_API = 'http://27.16.212.58:11100' # 如果接口是 http 形式, wss 需要改为 ws -VUE_APP_WS_API = 'ws://27.16.219.156:11101' +VUE_APP_WS_API = 'ws://27.16.212.58:11100' VUE_APP_CAMERA_API = '192.168.99.107:3000' diff --git a/package.json b/package.json index f43b51c..c3330e1 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,7 @@ "connect": "3.6.6", "eslint": "5.15.3", "eslint-plugin-vue": "5.2.2", + "generate-asset-webpack-plugin": "^0.3.0", "http-proxy-middleware": "^0.19.1", "husky": "1.3.1", "lint-staged": "8.1.5", diff --git a/public/index.html b/public/index.html index 18e7a9e..304279d 100644 --- a/public/index.html +++ b/public/index.html @@ -7,9 +7,9 @@