baichengfei 5 lat temu
rodzic
commit
a2ab2d28f8

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis/_opera/evaluate.vue

@@ -273,9 +273,9 @@ export default {
             //  内网服务器专用
             if (process.client && docurl.indexOf('upfile') === 0) {
               const myDomain = window.location.host
-              location.href = 'http:// ' + myDomain + '/' + docurl
+              location.href = 'http://' + myDomain + '/' + docurl
             } else {
-              location.href = 'http:// ' + docurl
+              location.href = 'http://' + docurl
             }
             console.log(location.href, 'href')
           }