|
@@ -55,8 +55,9 @@ export default defineComponent({
|
|
|
onDetail() {
|
|
|
const behaviorId = getRandomKey()
|
|
|
const browserInfo = browser()
|
|
|
+ const musicScorePath = "/klx-music-score/";
|
|
|
const url = qs.stringifyUrl({
|
|
|
- url: location.origin + '/accompany',
|
|
|
+ url: location.origin + musicScorePath,
|
|
|
query: {
|
|
|
id: this.id,
|
|
|
recomUserId:
|
|
@@ -66,7 +67,7 @@ export default defineComponent({
|
|
|
: this.recomUserId,
|
|
|
activityId: this.activityId,
|
|
|
discounts: this.discounts,
|
|
|
- client: browserInfo.isStudent ? 'student' : 'teacher',
|
|
|
+ systemType: browserInfo.isStudent ? 'student' : 'teacher',
|
|
|
behaviorId
|
|
|
}
|
|
|
})
|