Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
filemanage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vanke
filemanage
Commits
3064f028
Commit
3064f028
authored
Apr 14, 2021
by
XiaHou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
域名地址
parent
e6ba2ccf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
request.js
src/utils/request.js
+2
-1
No files found.
src/utils/request.js
View file @
3064f028
...
@@ -6,7 +6,8 @@ import { getToken } from '@/utils/auth'
...
@@ -6,7 +6,8 @@ import { getToken } from '@/utils/auth'
const
service
=
axios
.
create
({
const
service
=
axios
.
create
({
// baseURL: process.env.BASE_API,
// baseURL: process.env.BASE_API,
withCredentials
:
true
,
withCredentials
:
true
,
baseURL
:
'http://192.168.31.127:8401/mall-admin'
,
//baseURL: 'http://10.27.33.4:8401/mall-admin',
baseURL
:
'http://10.27.33.5:8401/mall-admin'
,
// baseURL: 'http://hhg.api.jsonpro.cn:8201/mall-admin',
// baseURL: 'http://hhg.api.jsonpro.cn:8201/mall-admin',
timeout
:
60000
// 请求超时时间
timeout
:
60000
// 请求超时时间
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment