|
@@ -156,7 +156,7 @@ export default defineComponent({
|
|
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
(window as any).appName = "colexiu";
|
|
(window as any).appName = "colexiu";
|
|
- const id = "43541" || query.id;
|
|
|
|
|
|
+ const id = query.id || "43541";
|
|
Promise.all([sysMusicScoreAccompanimentQueryPage(id)]).then((values) => {
|
|
Promise.all([sysMusicScoreAccompanimentQueryPage(id)]).then((values) => {
|
|
getMusicInfo(values[0]);
|
|
getMusicInfo(values[0]);
|
|
});
|
|
});
|