去掉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: '', 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`,