Ver código fonte

添加文件预览

lipenghui 5 meses atrás
pai
commit
0d4dce59d5
1 arquivos alterados com 1 adições e 1 exclusões
  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 () => {