@@ -191,7 +191,9 @@ export default {
},
success (res) {
this.show = false
- this.$message.success('上传成功!系统将在后台进行文件内容的解析,解析成功后会通过小程序消息通知到您!')
+ this.$alert('上传成功!系统将在后台进行文件内容的解析,解析成功后会通过小程序消息通知到您!', '消息提醒', {
+ confirmButtonText: 'OK'
+ })
}