Commit 2f0239df authored by Mac's avatar Mac

修改

parent 4bf2a5d9
......@@ -59,7 +59,7 @@ export default {
this.ts.link.name &&
this.ts.link.name != ""
) {
uni.navigateTo({ url: this.ts.link.name });
uni.navigateTo({ url: this.ts.link.url });
}
}
}
......
......@@ -77,12 +77,12 @@
},
{
"root": "pages/live",
// "plugins": {
// "live-player-plugin": {
// "version": "1.3.0",
// "provider": "wx2b03c6e691cd7370"
// }
// },
"plugins": {
"live-player-plugin": {
"version": "1.3.0",
"provider": "wx2b03c6e691cd7370"
}
},
"pages": [{
"path": "index"
}, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment