文件验证文案修改
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -3,5 +3,5 @@ ENV = 'development' | ... | @@ -3,5 +3,5 @@ ENV = 'development' |
3 | 3 | ||
4 | # base api | 4 | # base api |
5 | # VUE_APP_BASE_API = 'http://192.168.11.67:8096' | 5 | # VUE_APP_BASE_API = 'http://192.168.11.67:8096' |
6 | VUE_APP_BASE_API = 'http://192.168.10.89:8096' | 6 | # VUE_APP_BASE_API = 'http://192.168.10.89:8096' |
7 | # VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com' | 7 | VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com' | ... | ... |
... | @@ -256,7 +256,7 @@ export default { | ... | @@ -256,7 +256,7 @@ export default { |
256 | }, | 256 | }, |
257 | async onChange(file) { | 257 | async onChange(file) { |
258 | if (file.raw.type !== 'application/pdf') { | 258 | if (file.raw.type !== 'application/pdf') { |
259 | this.$message.error('支持文件为pdf根式') | 259 | this.$message.error('支持文件为pdf格式') |
260 | return | 260 | return |
261 | } | 261 | } |
262 | if (this.fileList[this.currentFileIndex].name) { | 262 | if (this.fileList[this.currentFileIndex].name) { | ... | ... |
-
Please register or sign in to post a comment