|
|
@@ -142,16 +142,6 @@ export default {
|
|
|
colsWidth: 8
|
|
|
}
|
|
|
},
|
|
|
- /* watch: {
|
|
|
- $route: {
|
|
|
- handler(newName, oldName) {
|
|
|
- console.log(newName.path)
|
|
|
- console.log('----------------')
|
|
|
- console.log(oldName.path)
|
|
|
- },
|
|
|
- deep: true
|
|
|
- }
|
|
|
- },*/
|
|
|
created() {
|
|
|
// 获取 url 上的 path 参数
|
|
|
this.videoId = this.$route.params.id
|