Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
91e08089
authored
2020-01-03 14:39:45 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
d6694631
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/api/fetch-api.js
src/api/fetch-api.js
View file @
91e0808
...
...
@@ -52,8 +52,7 @@ function Toast(msg) {
// console.log(process.env);
let
base
=
""
;
const
axios
=
axiosIns
.
create
({
// baseURL: process.env.VUE_APP_BASE_URL,
baseURL
:
"https://ow.go.qudone.com"
,
baseURL
:
process
.
env
.
VUE_APP_BASE_URL
,
timeout
:
5000
})
...
...
Please
register
or
sign in
to post a comment