瀏覽代碼

准入页面线上版本修改

shiyi 6 年之前
父節點
當前提交
293555162e

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -700,7 +700,7 @@
                 }
                 this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
                   .then(function (res) {
-                    window.open('http://' + res.data)
+                    window.open('http://' + myDomain + '/' + res.data)
                   })
               } else {
                 // location.href = 'http://' + docurl

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/goodsedit.vue

@@ -870,7 +870,7 @@
                 }
                 this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
                   .then(function (res) {
-                    window.open('http://' + res.data)
+                    window.open('http://' + myDomain + '/' + res.data)
                   })
               } else {
                 // location.href = 'http://' + docurl

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -727,7 +727,7 @@
                 }
                 this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
                   .then(function (res) {
-                    window.open('http://' + res.data)
+                    window.open('http://' + myDomain + '/' + res.data)
                   })
               } else {
                 // location.href = 'http://' + docurl