Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-01-13 17:29:31 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
87b5bbce16266b613b79d4aaf7b35d712d416caf
87b5bbce
2 parents
f1bab375
ea1be8bb
更新
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/zipdownload.js
src/utils/zipdownload.js
View file @
87b5bbc
...
...
@@ -6,7 +6,7 @@ const mimeMap = {
zip
:
'application/zip'
}
// const baseUrl = 'https://imacuat.zmd.apac.fedex.com/IMAC2' //uat服务器
const
baseUrl
=
'http://47.103.140.98:700
2
/IMAC2'
//阿里云服务器
const
baseUrl
=
'http://47.103.140.98:700
1
/IMAC2'
//阿里云服务器
// const baseUrl = 'http://192.168.1.133:7001/IMAC2' //测试服务器
export
function
downLoadZip
(
str
,
filename
)
{
var
url
=
baseUrl
+
str
...
...
Please
register
or
login
to post a comment