张延森 3 years ago
parent
commit
512b45776a
4 changed files with 4 additions and 4 deletions
  1. 1
    1
      src/views/apartment.vue
  2. 1
    1
      src/views/index.vue
  3. 1
    1
      src/views/office.vue
  4. 1
    1
      src/views/projectIndex.vue

+ 1
- 1
src/views/apartment.vue View File

@@ -30,7 +30,7 @@ import { share } from '@/utils/wx'
30 30
 const backSignImg = require('@/assets/images/apartment/backSign.png')
31 31
 const backSignImg2 = require('@/assets/images/apartment/backSign-2.png')
32 32
 
33
-const shareImg = `${location.origin}${location.pathname}/wx_share.jpg`
33
+const shareImg = `${location.origin}${location.pathname}wx_share.jpg`
34 34
 
35 35
 export default {
36 36
   components: {

+ 1
- 1
src/views/index.vue View File

@@ -6,7 +6,7 @@
6 6
 
7 7
 import { share } from '@/utils/wx'
8 8
 
9
-const shareImg = `${location.origin}${location.pathname}/wx_share.jpg`
9
+const shareImg = `${location.origin}${location.pathname}wx_share.jpg`
10 10
 
11 11
 export default {
12 12
   components: {

+ 1
- 1
src/views/office.vue View File

@@ -35,7 +35,7 @@ import { share } from '@/utils/wx'
35 35
 const backSignImg = require('@/assets/office/1-2.png')
36 36
 const backSignImg2 = require('@/assets/images/apartment/backSign-2.png')
37 37
 
38
-const shareImg = `${location.origin}${location.pathname}/wx_share.jpg`
38
+const shareImg = `${location.origin}${location.pathname}wx_share.jpg`
39 39
 
40 40
 export default {
41 41
   components: {

+ 1
- 1
src/views/projectIndex.vue View File

@@ -22,7 +22,7 @@
22 22
 <script>
23 23
 import { share } from '@/utils/wx'
24 24
 
25
-const shareImg = `${location.origin}${location.pathname}/wx_share.jpg`
25
+const shareImg = `${location.origin}${location.pathname}wx_share.jpg`
26 26
 const backSignImg2 = require('@/assets/perjectImages/backButton-2.png')
27 27
 
28 28
 export default {