Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
ca7983dc
Commit
ca7983dc
authored
4 years ago
by
BugKing
Browse files
Options
Download
Email Patches
Plain Diff
fix(接口定义): 修复请求地址格式错误,进入接口定义页面报错问题
parent
39e3bcdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/api/definition/components/module/ApiModule.vue
+1
-1
...components/api/definition/components/module/ApiModule.vue
with
1 addition
and
1 deletion
+1
-1
frontend/src/business/components/api/definition/components/module/ApiModule.vue
+
1
-
1
View file @
ca7983dc
...
...
@@ -119,7 +119,7 @@
},
methods
:
{
initProtocol
()
{
this
.
$get
(
'
/api/module/
/
getUserDefaultApiType/
'
,
response
=>
{
this
.
$get
(
'
/api/module/getUserDefaultApiType/
'
,
response
=>
{
this
.
condition
.
protocol
=
response
.
data
;
this
.
$emit
(
'
protocolChange
'
,
this
.
condition
.
protocol
);
this
.
list
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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