fix(接口定义): 修复请求地址格式错误,进入接口定义页面报错问题
This commit is contained in:
parent
fb1e6795be
commit
6bb1e13270
|
@ -119,7 +119,7 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initProtocol() {
|
initProtocol() {
|
||||||
this.$get('/api/module//getUserDefaultApiType/', response => {
|
this.$get('/api/module/getUserDefaultApiType/', response => {
|
||||||
this.condition.protocol = response.data;
|
this.condition.protocol = response.data;
|
||||||
this.$emit('protocolChange', this.condition.protocol);
|
this.$emit('protocolChange', this.condition.protocol);
|
||||||
this.list();
|
this.list();
|
||||||
|
|
Loading…
Reference in New Issue