|
@@ -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}
|