26555
This commit is contained in:
@@ -62,6 +62,10 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onShow() {
|
||||||
|
document.title = '媒资管理'
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
change(index) {
|
change(index) {
|
||||||
this.isMore = false
|
this.isMore = false
|
||||||
|
|||||||
@@ -52,6 +52,9 @@ export default {
|
|||||||
this.file = e
|
this.file = e
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = this.type == 1 ? '添加音频' : '添加文本'
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toRecord() {
|
toRecord() {
|
||||||
|
|||||||
Reference in New Issue
Block a user