继续测试动画与设置逻辑
This commit is contained in:
@@ -404,6 +404,7 @@ const app = createApp({
|
||||
};
|
||||
|
||||
const removeProxy = async (id) => {
|
||||
console.log('🔍 removeProxy 被调用, id:', id); // ← 加这行
|
||||
if (!confirm('确定要删除这条隧道吗?')) return;
|
||||
const result = await deleteProxy(id);
|
||||
if (result.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user