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