Browse Source

添加文件预览

lipenghui 5 tháng trước cách đây
mục cha
commit
0d4dce59d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/supplier/certificate/index.vue

+ 1 - 1
src/views/supplier/certificate/index.vue

@@ -222,7 +222,7 @@ const openView = (row: CertificateVO) => {
   showDialog.value = true
 }
 const openWeb = (url) => {
-  window.open('http://127.0.0.1:8012/onlinePreview?url='+encodeURIComponent(Base64.encode(url)));
+  window.open('http://1.94.244.160:8012/onlinePreview?url='+encodeURIComponent(Base64.encode(url)));
 }
 
 const getList = async () => {