Browse Source

贷款-微信分享图片路径

panyong 4 years ago
parent
commit
e3d9bcb402
1 changed files with 1 additions and 2 deletions
  1. 1 2
      htmldev/loan/src/App.vue

+ 1 - 2
htmldev/loan/src/App.vue

@@ -10,11 +10,10 @@
 <script>
   import { funWxShare } from './utils/wxShareConfig'
 
-  const LOGO = require('./views/loan/home/image/logo.jpg')
   export default {
     name: 'App',
     mounted () {
-      funWxShare('驼驼银服', '家里用钱,就找驼驼银服,省心,省力,妥妥的!', location.href, LOGO)
+      funWxShare('驼驼银服', '家里用钱,就找驼驼银服,省心,省力,妥妥的!', location.href, location.protocol + '//api.tuotuoyinfu.com/img/logo.jpg')
     }
   }
 </script>