Explorar o código

feat: 云教练地址修改

TIANYONG hai 7 meses
pai
achega
9008a74fef
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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: {