| 
														
															@@ -101,17 +101,14 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (!browserInfo.ios) { 
														 | 
														
														 | 
														
															       if (!browserInfo.ios) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         isLoading.value = true; 
														 | 
														
														 | 
														
															         isLoading.value = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      const Authorization = 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        sessionStorage.getItem('Authorization') || 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        'bearer 529d1359-20c6-4ea2-b2ba-2694cdeda8a4'; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      const Authorization = storage.get(ACCESS_TOKEN); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const origin = /(localhost|192)/.test(location.host) 
														 | 
														
														 | 
														
															       const origin = /(localhost|192)/.test(location.host) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        ? 'https://dev.kt.colexiu.com' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        ? 'https://test.lexiaoya.cn' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         : location.origin; 
														 | 
														
														 | 
														
															         : location.origin; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       let src = qs.stringifyUrl({ 
														 | 
														
														 | 
														
															       let src = qs.stringifyUrl({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         url: origin + '/instrument', 
														 | 
														
														 | 
														
															         url: origin + '/instrument', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         query: { 
														 | 
														
														 | 
														
															         query: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           id: props.music.content, 
														 | 
														
														 | 
														
															           id: props.music.content, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          modelType: 'practise', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           Authorization: Authorization 
														 | 
														
														 | 
														
															           Authorization: Authorization 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }); 
														 | 
														
														 | 
														
															       }); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -123,7 +120,8 @@ export default defineComponent({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             orientation: 0, 
														 | 
														
														 | 
														
															             orientation: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             isHideTitle: true, 
														 | 
														
														 | 
														
															             isHideTitle: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             statusBarTextColor: false, 
														 | 
														
														 | 
														
															             statusBarTextColor: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            isOpenLight: true 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            isOpenLight: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            c_orientation: 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           } 
														 | 
														
														 | 
														
															           } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         () => { 
														 | 
														
														 | 
														
															         () => { 
														 |