|
@@ -85,11 +85,11 @@ export default defineComponent({
|
|
|
fingeringInfo: subjectFingering(data.subject),
|
|
|
});
|
|
|
|
|
|
- if (!props.isComponent) {
|
|
|
- if (fingerData.fingeringInfo.orientation === 0) {
|
|
|
- api_setRequestedOrientation(fingerData.fingeringInfo.orientation);
|
|
|
- }
|
|
|
- }
|
|
|
+ // if (!props.isComponent) {
|
|
|
+ // if (fingerData.fingeringInfo.orientation === 0) {
|
|
|
+ // api_setRequestedOrientation(fingerData.fingeringInfo.orientation);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
|
|
|
const getNotes = () => {
|
|
|
const fignerData = FIGNER_INSTRUMENT_DATA[data.subject as keyof typeof FIGNER_INSTRUMENT_DATA];
|
|
@@ -182,9 +182,9 @@ export default defineComponent({
|
|
|
emit("close");
|
|
|
return;
|
|
|
} else {
|
|
|
- if (fingerData.fingeringInfo.orientation === 0) {
|
|
|
- api_setRequestedOrientation(1);
|
|
|
- }
|
|
|
+ // if (fingerData.fingeringInfo.orientation === 0) {
|
|
|
+ // api_setRequestedOrientation(1);
|
|
|
+ // }
|
|
|
}
|
|
|
// 不在APP中,
|
|
|
if (!storeData.isApp) {
|