Browse Source

no message

linwenxin 3 tháng trước cách đây
mục cha
commit
8c182b13dd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/networkSigning/index.vue

+ 1 - 0
src/views/networkSigning/index.vue

@@ -14,6 +14,7 @@ export default {
         }`,
         itemId: this.$route?.query?.itemId
       }).then(res => {
+        console.log(res)
         if (res.data.jump) {
           window.open(res.data.url, '_blank')
         } else {