From 44a9317faaa363fba0e1ab6e32c64baf8479f7ea Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 26 Feb 2024 17:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A4=96=E9=83=A8api?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=8F=A3/=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- package.json | 1 + public/index.html | 2 +- src/api/archiveUtilize/archiveUtilize.js | 10 +- src/utils/request.js | 10 +- .../archiveUtilize/archiveSearch/index.vue | 28 ++- .../archiveSearch/module/resultList.vue | 209 +++++++++++------- .../managementLibrary/index.vue | 9 +- .../collectionLibrary/index.vue | 20 +- .../components/archivesDetail/detail.vue | 11 +- vue.config.js | 21 +- 11 files changed, 215 insertions(+), 110 deletions(-) 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 @@