From bcf028f2db033e4a0bcb0b89225a1b8953482d8c Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Thu, 13 Feb 2025 15:34:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E6=A0=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 1 + src/pages/fileDoc/index.vue | 46 +++++++++++++++++++++++++++++++++++-- src/pages/layout.vue | 3 ++- 4 files changed, 48 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index d335511..16f1928 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,3 @@ VITE_BASE_URL = 'http://192.168.1.3:48081' VITE_SOCKET_SERVER = 'http://192.168.1.3:48081' +VITE_DOC_URL = 'http://192.168.1.3:5181' diff --git a/.env.production b/.env.production index d335511..df8bf21 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ VITE_BASE_URL = 'http://192.168.1.3:48081' VITE_SOCKET_SERVER = 'http://192.168.1.3:48081' +VITE_DOC_URL = 'http://62.234.18.176:5181' diff --git a/src/pages/fileDoc/index.vue b/src/pages/fileDoc/index.vue index 79a01cf..4cc13e5 100644 --- a/src/pages/fileDoc/index.vue +++ b/src/pages/fileDoc/index.vue @@ -129,8 +129,9 @@ v-if="listLayout === 'list'" :data="dataList" @row-click="onFileOpen" + :usePaging="false" > -