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