08afbf02 by zhen

文件验证文案修改

1 parent 526d9891
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!