skyblued 2 年之前
父節點
當前提交
49edf028f7
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. 5 6
      src/views/accompany/music-list.tsx

+ 5 - 6
src/views/accompany/music-list.tsx

@@ -134,8 +134,7 @@ export default defineComponent({
     })
     //进入云教练
     const openView = (item: any) => {
-      const Authorization = sessionStorage.getItem('Authorization') || ''
-      let src = `${location.origin}/orchestra-music-score/?id=${item.id}&Authorization=${Authorization}`
+      let src = `${location.origin}/orchestra-music-score/?id=${item.id}`
       postMessage({
         api: 'openAccompanyWebView',
         content: {
@@ -204,12 +203,12 @@ export default defineComponent({
           </div>
         </div>
         {headerData.height && <div style={{height: headerData.height + 'px'}}></div>}
-        {/* <Cell
+        <Cell
           center
-          title="无别,胜强测试"
+          title="胜强测试"
           isLink
           onClick={() => {
-            let src = `http://192.168.3.114:3000/orchestra-music-score/?id=1603573996544364546&Authorization=${sessionStorage.getItem('Authorization')}`
+            let src = `http://192.168.3.114:3000/orchestra-music-score/?id=1603573996544364546}`
             console.log("🚀 ~ 去云教练的src", src)
             if (browser().isApp) {
               postMessage({
@@ -226,7 +225,7 @@ export default defineComponent({
                 location.href = src
             }
           }}
-        ></Cell> */}
+        ></Cell>
         <PullRefresh v-model:modelValue={data.refreshing} onRefresh={onRefresh}>
           <List
             immediateCheck={false}