08afbf02 by zhen

文件验证文案修改

1 parent 526d9891
......@@ -3,5 +3,5 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = 'http://192.168.11.67:8096'
VUE_APP_BASE_API = 'http://192.168.10.89:8096'
# VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
# VUE_APP_BASE_API = 'http://192.168.10.89:8096'
VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
......
......@@ -256,7 +256,7 @@ export default {
},
async onChange(file) {
if (file.raw.type !== 'application/pdf') {
this.$message.error('支持文件为pdf式')
this.$message.error('支持文件为pdf式')
return
}
if (this.fileList[this.currentFileIndex].name) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!