Преглед на файлове

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: {