Browse Source

feat: 优化iframe请求路径

cuiyalong 1 year ago
parent
commit
9f43fe9a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/vue-anti/src/decrypt/decrypt-iframe.js

+ 1 - 1
packages/vue-anti/src/decrypt/decrypt-iframe.js

@@ -3,7 +3,7 @@ class DecryptIframe {
     this.createIframe()
   }
 
-  iframeOrigin = 'https://jybx2-webtest.jydev.jianyu360.com'
+  iframeOrigin = 'https://www.jianyu360.cn'
   // iframeOrigin = 'http://localhost'
   iframePath = '/jy_mobile/decrypt-js.html'
   iframeEl = null // iframe的dom引用