Revert "提交"

This reverts commit b96d895809.
This commit is contained in:
2026-02-12 21:59:08 +08:00
parent b96d895809
commit d429560511
339 changed files with 46657 additions and 46655 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,8 +14,8 @@
"RefreshTokenDays": 30 "RefreshTokenDays": 30
}, },
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=192.168.3.100;Port=3306;Database=IM;User=root;Password=13872911434Dyw@;", "DefaultConnection": "Server=frp-era.com;Port=26582;Database=IM;User=product;Password=12345678;",
"Redis": "192.168.3.100:6379" "Redis": "192.168.5.100:6379"
}, },
"RabbitMQOptions": { "RabbitMQOptions": {
"Host": "192.168.5.100", "Host": "192.168.5.100",
@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("IMTest")] [assembly: System.Reflection.AssemblyCompanyAttribute("IMTest")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+77db20dc38eb89685ca73df4dd2758aa53aa6e0b")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dc6ecf224df4e8714171e8b5d23afaa90b3a1f81")]
[assembly: System.Reflection.AssemblyProductAttribute("IMTest")] [assembly: System.Reflection.AssemblyProductAttribute("IMTest")]
[assembly: System.Reflection.AssemblyTitleAttribute("IMTest")] [assembly: System.Reflection.AssemblyTitleAttribute("IMTest")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
6b62c789b9e1ecffdd986072b0521abee258fac28aa7e7d48b26a0309d21dc29 1b9e709aa84e0b4f6260cd10cf25bfc3a30c60e75a3966fc7d4cdf489eae898b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -14,11 +14,11 @@
"RefreshTokenDays": 30 "RefreshTokenDays": 30
}, },
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=192.168.3.100;Port=3306;Database=IM;User=root;Password=13872911434Dyw@;", "DefaultConnection": "Server=frp-era.com;Port=26582;Database=IM;User=product;Password=12345678;",
"Redis": "192.168.3.100:6379" "Redis": "192.168.5.100:6379"
}, },
"RabbitMQOptions": { "RabbitMQOptions": {
"Host": "192.168.3.100", "Host": "192.168.5.100",
"Port": 5672, "Port": 5672,
"Username": "test", "Username": "test",
"Password": "123456" "Password": "123456"
@@ -1,5 +1,5 @@
<script setup> <script setup>
import { ref, onMounted } from 'vue'; import { ref, computed, onMounted } from 'vue';
import { useContactStore } from '@/stores/contact'; import { useContactStore } from '@/stores/contact';
import { groupService } from '@/services/group'; import { groupService } from '@/services/group';
import { SYSTEM_BASE_STATUS } from '@/constants/systemBaseStatus'; import { SYSTEM_BASE_STATUS } from '@/constants/systemBaseStatus';
@@ -8,6 +8,8 @@ import { useMessage } from '../messages/useAlert';
const contactStore = useContactStore(); const contactStore = useContactStore();
const message = useMessage(); const message = useMessage();
const props = defineProps({ modelValue: Boolean });
const friends = ref([]) const friends = ref([])
const groupName = ref(''); const groupName = ref('');