From 5fc53fbfad1c471dd8ebb55718e10601d9737da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Mon, 18 Aug 2025 10:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=8E=AF=E5=A2=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E3=80=81=E5=8E=BB=E6=8E=89=E9=9C=80=E8=A6=81=E8=81=94?= =?UTF-8?q?=E7=BD=91=E7=9A=84href?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.nongjingquan | 3 ++- index.html | 18 ------------------ src/views/home/Files.vue | 11 ++--------- 3 files changed, 4 insertions(+), 28 deletions(-) diff --git a/.env.nongjingquan b/.env.nongjingquan index 9452a52..01fdf67 100644 --- a/.env.nongjingquan +++ b/.env.nongjingquan @@ -12,7 +12,8 @@ VITE_BUILD_COMPRESS = 'none' # Basic interface address SPA # 农经权档案查询 -VITE_GLOB_API_URL=http://192.168.10.106:9640 +# VITE_GLOB_API_URL=http://192.168.10.106:9640 +VITE_GLOB_API_URL=http://localhost:9640 VITE_GLOB_INFO_IMAGE_URL=http://120.222.154.48:6050 diff --git a/index.html b/index.html index 01fe8d9..97234a0 100644 --- a/index.html +++ b/index.html @@ -11,24 +11,6 @@ <%= VITE_GLOB_APP_TITLE %> - - - - - - - - - - - - - - - - -
diff --git a/src/views/home/Files.vue b/src/views/home/Files.vue index 4755612..037561d 100644 --- a/src/views/home/Files.vue +++ b/src/views/home/Files.vue @@ -109,8 +109,8 @@ } nowFile.value = { type: type, - url: 'http://192.168.10.106:9641/' + netPath, - // url: filePath, + // url: 'http://192.168.10.106:9641/' + netPath, + url: 'http://localhost:9641/' + netPath, }; watchUrl(); } @@ -386,13 +386,6 @@ background-color: #e9e9e9; overflow-y: auto; } - .vue-pdf-embed { - text-align: center; - width: 515px; - border: 1px solid #e5e5e5; - margin: 0 auto; - box-sizing: border-box; - } .page-title { position: absolute;