This commit is contained in:
liuye
2022-01-18 15:33:37 +08:00
parent 420e3e1e25
commit d4ba05df45
2 changed files with 7 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ export default {
})
},
onShow() {
document.title = '媒资管理'
},
methods: {
change(index) {
this.isMore = false

View File

@@ -52,6 +52,9 @@ export default {
this.file = e
})
},
onShow() {
document.title = this.type == 1 ? '添加音频' : '添加文本'
},
methods: {
toRecord() {