前端:修复一堆BUG #50
@ -1,4 +1,4 @@
|
||||
#VITE_API_BASE_URL = http://localhost:5202/api
|
||||
#VITE_SIGNALR_BASE_URL = http://localhost:5202/chat
|
||||
VITE_API_BASE_URL = http://localhost:5202/api
|
||||
VITE_SIGNALR_BASE_URL = http://localhost:5202/chat
|
||||
VITE_API_BASE_URL = http://192.168.5.116:7070/api
|
||||
VITE_SIGNALR_BASE_URL = http://192.168.5.116:7070/chat
|
||||
@ -68,11 +68,6 @@ onMounted(async () => {
|
||||
await loadFriendRequests();
|
||||
})
|
||||
|
||||
const requests = ref([
|
||||
{ id: 1, nickName: '猫之使者', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Felix', desc: '你好,我是你在桌游局认识的朋友。', remark: '来自桌面游戏组', time: '14:20', status: 0 },
|
||||
{ id: 2, nickName: '设计部-小美', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Aneka', desc: 'UI改版方案发我一份', remark: '', time: '昨天', status: 1 },
|
||||
{ id: 3, nickName: '陌路人', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Unknown', desc: '通过一下。', remark: '', time: '星期一', status: 0 }
|
||||
]);
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user