Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周奇琪
2016-04-09 18:50:01 +0800
Commit
39d88b377d8b0aa0f54d796499c687a0838fb393
1 parent
2eac4db2
接口文档修复登陆接口无法调用的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/views/pages/apidoc/doc.html
server/views/pages/apidoc/doc.html
View file @
39d88b3
...
...
@@ -176,7 +176,7 @@ $(function(){
type
:
$
(
this
).
attr
(
'method'
),
}
var
data
=
{};
if
(
isJson
)
{
if
(
isJson
!==
'false'
)
{
option
.
url
=
'/proxy?url='
+
$
(
this
).
attr
(
'url'
);
}
...
...
Please
register
or
login
to post a comment