fix: test way error

This commit is contained in:
engigu
2025-08-10 14:54:53 +08:00
parent 56cb2ad05a
commit c1f7d16c64
2 changed files with 0 additions and 5 deletions
@@ -262,10 +262,7 @@ const renderLineChart = () => {
}]
}
const chart = new ApexCharts(document.querySelector("#sales-chart"), options)
console.log(1111);
chart.render();
console.log(chart);
}
@@ -212,8 +212,6 @@ const getFinalData = () => {
// 测试连接
const handleTest = async () => {
if (!validateFormData()) { return }
let postData = getFinalData()
const rsp = await request.post('/sendways/test', postData)
if (await rsp.data.code == 200) {