fix(接口定义): 修复请求地址格式错误,进入接口定义页面报错问题
This commit is contained in:
parent
2b64ad4cb4
commit
3e839b221d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue