张延森 vor 3 Jahren
Ursprung
Commit
c5929b6a4a
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      src/components/BgMusic.vue
  2. 1
    1
      src/utils/initial.js

+ 1
- 1
src/components/BgMusic.vue Datei anzeigen

@@ -13,7 +13,7 @@ export default {
13 13
     return {
14 14
       show: false,
15 15
       playing: false,
16
-      url: `${origin}${pathname}bg.mp3`
16
+      url: `${origin}${pathname}music/bg.mp3`
17 17
     }
18 18
   },
19 19
   mounted() {

+ 1
- 1
src/utils/initial.js Datei anzeigen

@@ -35,7 +35,7 @@ function initSDK (url) {
35 35
 export function share (opt) {
36 36
   const { origin, pathname, search } = window.location
37 37
   // const defaultLink = origin + pathname
38
-  const defaultImg = `${origin}${pathname}images/share.png`
38
+  const defaultImg = `${origin}${pathname}img/share.jpg`
39 39
 
40 40
   const link = origin + pathname + search // window.location.href
41 41
   const imgUrl = opt.imgUrl || defaultImg