去掉this.$alert
This commit is contained in:
@ -360,8 +360,7 @@ export default {
|
|||||||
activeName: '',
|
activeName: '',
|
||||||
|
|
||||||
tableHeight: 280,
|
tableHeight: 280,
|
||||||
// showExport: true,
|
showExport: true,
|
||||||
showExport: false,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@ -1249,7 +1248,6 @@ export default {
|
|||||||
.then((r) => r.text())
|
.then((r) => r.text())
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
const parsedData = iniParser.parse(res)
|
const parsedData = iniParser.parse(res)
|
||||||
this.$alert(parsedData)
|
|
||||||
axios
|
axios
|
||||||
.post(
|
.post(
|
||||||
`http://${parsedData.http.address}:${parsedData.http.port}/api/area`,
|
`http://${parsedData.http.address}:${parsedData.http.port}/api/area`,
|
||||||
|
|||||||
Reference in New Issue
Block a user