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