Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
hookehuyr
2022-05-14 11:36:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d07e99fb2418fa2caedd0c17f4ff234eca19894a
d07e99fb
1 parent
bbd5bfd1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/utils/axios.js
src/utils/axios.js
View file @
d07e99f
...
...
@@ -16,6 +16,8 @@ axios.interceptors.request.use(
// 绑定默认请求头
config
.
params
=
_
.
merge
(
config
.
params
,
{
f
:
'voice'
,
// TEMP:临时使用测试 OPENID, 正式版需要删除
input_openid
:
'api-test-openid'
})
return
config
;
},
...
...
Please
register
or
login
to post a comment