在线查看文件

main
王家东 7 months ago
parent 306237ab56
commit 2aa921f1d4
  1. 2
      ant-design-vue-jeecg/.env.development
  2. 2
      ant-design-vue-jeecg/.env.production
  3. 3
      ant-design-vue-jeecg/src/views/seresource/SeresourceList.vue

@ -2,4 +2,4 @@ NODE_ENV=development
# VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot # 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_API_BASE_URL=http://10.115.112.52:8081/jeecg-boot
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview VUE_APP_ONLINE_BASE_URL=http://localhost:8012

@ -1,4 +1,4 @@
NODE_ENV=production NODE_ENV=production
VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot VUE_APP_API_BASE_URL=http://localhost:8081/jeecg-boot
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview VUE_APP_ONLINE_BASE_URL=http://localhost:8012

@ -63,10 +63,11 @@
@click="downloadFile(text)"> @click="downloadFile(text)">
下载 下载
</a-button> </a-button>
<a-divider v-if="text" type="vertical" />
<!--==========================================================--> <!--==========================================================-->
<a-button <a-button
v-if="text"
:ghost="true" :ghost="true"
type="primary" type="primary"
icon="download" icon="download"

Loading…
Cancel
Save