Commit ca7983dc authored by BugKing's avatar BugKing
Browse files

fix(接口定义): 修复请求地址格式错误,进入接口定义页面报错问题

parent 39e3bcdd
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment