diff --git a/.env.staging b/.env.staging index 4bf3780..ed5ff70 100644 --- a/.env.staging +++ b/.env.staging @@ -1,7 +1,12 @@ NODE_ENV=staging VUE_APP_NODE_ENV=staging -VUE_APP_LOGIN_URL='http://47.110.224.240:8036/xiangan-crf' +# VUE_APP_LOGIN_URL='http://47.110.224.240:8036/xiangan-crf' +# VUE_APP_LOGIN_URL='http://192.168.0.35:8001/xiangan-crf/' +VUE_APP_LOGIN_URL='http://192.168.0.36:8036/xiangan-crf/' + +# 后缀 +VUE_APP_BASE_SUF='/xa' # pacs浏览器 VUE_APP_PACS_URL='http://192.168.0.85:8001' diff --git a/src/components/360View/opticalFile/index.vue b/src/components/360View/opticalFile/index.vue index 7548a08..4cf0f5b 100644 --- a/src/components/360View/opticalFile/index.vue +++ b/src/components/360View/opticalFile/index.vue @@ -528,8 +528,8 @@ export default { } .bottomList{ height: calc(100% - 36px); - overflow: hidden; - overflow-y: scroll; + //overflow: hidden; + //overflow-y: scroll; }