From 182d2a704bc4a78fac4781e2ec156cfea186e8f4 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Tue, 12 Jul 2022 16:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E5=85=A5=E5=BA=93=20=E6=8C=89=E9=92=AE=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 8 +- .../outInStorage/inStorage/index.vue | 76 +++++++++++++------ 2 files changed, 55 insertions(+), 29 deletions(-) diff --git a/.env.development b/.env.development index ab4490f..d4767b0 100644 --- a/.env.development +++ b/.env.development @@ -3,16 +3,16 @@ ENV = 'development' # 接口地址 #内网服务地址 -VUE_APP_BASE_API = 'http://192.168.99.207:7070' -VUE_APP_WS_API = 'ws://192.168.99.207:7070' +#VUE_APP_BASE_API = 'http://192.168.99.207:7070' +#VUE_APP_WS_API = 'ws://192.168.99.207:7070' # 刘力-本地服地址 #VUE_APP_BASE_API = 'http://192.168.99.65:7070' #VUE_APP_WS_API = 'ws://192.168.99.65:7070' # 许镇-本地服地址 -#VUE_APP_BASE_API = 'http://192.168.99.84:7070' -#VUE_APP_WS_API = 'ws://192.168.99.84:7070' +VUE_APP_BASE_API = 'http://192.168.99.84:7070' +VUE_APP_WS_API = 'ws://192.168.99.84:7070' # 是否启用 babel-plugin-dynamic-import-node插件 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/archivesManage/outInStorage/inStorage/index.vue b/src/views/archivesManage/outInStorage/inStorage/index.vue index ff28b46..0292381 100644 --- a/src/views/archivesManage/outInStorage/inStorage/index.vue +++ b/src/views/archivesManage/outInStorage/inStorage/index.vue @@ -1,29 +1,31 @@