소스 검색

feat: 云教练地址修改

TIANYONG 7 달 전
부모
커밋
9008a74fef
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: {