|
|
@@ -77,7 +77,10 @@
|
|
|
this.url = str.slice(0, index) + '/yosweb/codeToFile.html'
|
|
|
}
|
|
|
}
|
|
|
- axios.post(str.slice(0, index) + '/yos/rest/index', param)
|
|
|
+ console.log(str.slice(0, index))
|
|
|
+ var urlNew = str.slice(0, index) + '/yos/rest/index'
|
|
|
+ console.log(urlNew)
|
|
|
+ axios.post(urlNew, param)
|
|
|
.then(function (response) {
|
|
|
console.log(response)
|
|
|
console.log(response.data.data.length)
|