测试环境链接替换,部分问题修复,增加批量退菜功能

This commit is contained in:
2026-07-07 15:26:08 +08:00
parent b93429ed99
commit c001f982b4
29 changed files with 1975 additions and 349 deletions

View File

@@ -1,10 +1,10 @@
import { defineStore } from "pinia";
// #ifdef H5
const socketUrl = "http://192.168.1.42:2348";
const socketUrl = "http://192.168.1.43:2348";
// #endif
// #ifndef H5
const socketUrl = "ws://192.168.1.42:2348";
const socketUrl = "ws://192.168.1.43:2348";
// #endif
// 聊天