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: { methods: {
change(index) { change(index) {
this.isMore = false this.isMore = false

View File

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