Explorar o código

附件地址修改

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
a927816ce2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/tentative/detect/test.vue

+ 2 - 1
src/views/tentative/detect/test.vue

@@ -714,7 +714,8 @@ const fileListData=ref([])
 const listuploadref=ref('1')
 //截取文件名称
 const splitFileName=(str)=>{
-    if(str.indexOf("https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload") != -1){
+    // if(str.indexOf("https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload") != -1){
+    if(str.indexOf("https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload") != -1){
         let a=str.split('//')[2].split('/')[2]
         return a
     }else{