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