Bläddra i källkod

feat: 云教练地址修改

TIANYONG 7 månader sedan
förälder
incheckning
9008a74fef
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/tenant/music/music.ts
  2. 1 1
      src/views/music/music.ts

+ 1 - 1
src/tenant/music/music.ts

@@ -14,7 +14,7 @@ export const getRandomKey = () => {
 export const musicBuy = (item: any, callBack?: any, moreQuery = {}) => {
   const behaviorId = localStorage.getItem('behaviorId') || ''
   // 酷乐秀云教练的部署目录
-  const musicScorePath = "/gym-music-score/";
+  const musicScorePath = "/klx-music-score/";
   const url = qs.stringifyUrl({
     url: location.origin + musicScorePath,
     query: {

+ 1 - 1
src/views/music/music.ts

@@ -14,7 +14,7 @@ export const getRandomKey = () => {
 export const musicBuy = (item: any, callBack?: any, moreQuery = {}) => {
   const behaviorId = localStorage.getItem('behaviorId') || ''
   // 酷乐秀云教练的部署目录
-  const musicScorePath = "/gym-music-score/";
+  const musicScorePath = "/klx-music-score/";
   const url = qs.stringifyUrl({
     url: location.origin + musicScorePath,
     query: {