|
@@ -229,8 +229,8 @@ export default {
|
|
|
that.loading = true;
|
|
|
|
|
|
let params = {
|
|
|
- proxyType: this.proxyType,
|
|
|
- dataType: this.dataType,
|
|
|
+ proxyType: this.proxyType,//"PUBLISH"
|
|
|
+ dataType: this.dataType,//"MAP"
|
|
|
}
|
|
|
this.$request.postForm('/proxy_proxy/proxy_api/config/getByType', params).then(res => {
|
|
|
that.configData = [];
|