diff --git a/ant-design-vue-jeecg/.env.development b/ant-design-vue-jeecg/.env.development index 809edee..082aee1 100644 --- a/ant-design-vue-jeecg/.env.development +++ b/ant-design-vue-jeecg/.env.development @@ -2,4 +2,4 @@ NODE_ENV=development # VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot VUE_APP_API_BASE_URL=http://10.115.112.52:8081/jeecg-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://localhost:8012 \ No newline at end of file diff --git a/ant-design-vue-jeecg/.env.production b/ant-design-vue-jeecg/.env.production index 5d1dabd..ef6328f 100644 --- a/ant-design-vue-jeecg/.env.production +++ b/ant-design-vue-jeecg/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot VUE_APP_CAS_BASE_URL=http://localhost:8888/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://localhost:8012 \ No newline at end of file diff --git a/ant-design-vue-jeecg/src/views/seresource/SeresourceList.vue b/ant-design-vue-jeecg/src/views/seresource/SeresourceList.vue index 2f50099..993b52b 100644 --- a/ant-design-vue-jeecg/src/views/seresource/SeresourceList.vue +++ b/ant-design-vue-jeecg/src/views/seresource/SeresourceList.vue @@ -63,10 +63,11 @@ @click="downloadFile(text)"> 下载 - +