测试环境链接替换,部分问题修复,增加批量退菜功能
This commit is contained in:
@@ -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
|
||||
|
||||
// 聊天
|
||||
|
||||
Reference in New Issue
Block a user