linwenxin 3 ヶ月 前
コミット
8c182b13dd
1 ファイル変更1 行追加0 行削除
  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 {