fix: BUG修改

This commit is contained in:
kun 2023-12-13 11:31:58 +08:00
parent 9681e5cec2
commit 2a4d007e95
5 changed files with 2 additions and 10 deletions

View File

@ -2,10 +2,10 @@
NODE_ENV = 'development'
# 本地环境接口地址(/api/index.ts文件中使用)
VITE_API_URL = 'http://192.168.34.155:6688'
# VITE_API_URL = 'http://192.168.34.155:6688'
# VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296'
VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081"
# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013"
VITE_API_URL = "http://jxjzw.zhgdyun.com:9013"
# 上传
# VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='

View File

@ -55,8 +55,6 @@
:data="{
engineeringSn: searchSn
}"
multiple
:limit="1"
style="margin-left: 20px"
:show-file-list="false"
>

View File

@ -43,9 +43,7 @@
:headers="headers"
:action="`${baseUrl}` + '/gov/projectQuantity/importExcel'"
:on-success="uploadFileSuccess"
multiple
:data="otherParams"
:limit="1"
style="margin-left: 20px"
:show-file-list="false"
>

View File

@ -53,8 +53,6 @@
:headers="headers"
:action="`${baseUrl}` + '/project/projectSubItem/importMpp'"
:on-success="uploadFileSuccess"
multiple
:limit="1"
style="margin-left: 20px"
:show-file-list="false"
>

View File

@ -27,8 +27,6 @@
:headers="headers"
:action="`${baseUrl}` + '/project/projectSubItem/importMpp'"
:on-success="uploadFileSuccess"
multiple
:limit="1"
style="margin-left: 20px"
:show-file-list="false"
>