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

This commit is contained in:
BugKing 2021-05-11 20:17:20 +08:00
parent 2b64ad4cb4
commit 3e839b221d
1 changed files with 1 additions and 1 deletions

View File

@ -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();