去掉this.$alert

This commit is contained in:
yiqiuyang
2025-10-13 13:34:22 +08:00
parent 7dca973b3b
commit 04f23de755

View File

@ -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`,