Commit 2f0239df authored by Mac's avatar Mac

修改

parent 4bf2a5d9
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
this.ts.link.name && this.ts.link.name &&
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 @@ ...@@ -77,12 +77,12 @@
}, },
{ {
"root": "pages/live", "root": "pages/live",
// "plugins": { "plugins": {
// "live-player-plugin": { "live-player-plugin": {
// "version": "1.3.0", "version": "1.3.0",
// "provider": "wx2b03c6e691cd7370" "provider": "wx2b03c6e691cd7370"
// } }
// }, },
"pages": [{ "pages": [{
"path": "index" "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