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" > -