修改聊天功能

This commit is contained in:
junleea 2024-08-17 14:08:42 +08:00
parent 776a5f64e7
commit 0741f83a0f
2 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,7 @@
import axios from "axios";
import router from "@/router/index.js";
//const baseURL = "https://gep.ljsea.xyz/";
const baseURL= "http://localhost:8083";
const baseURL = "https://gep.ljsea.xyz/";
//const baseURL= "http://localhost:8083";
const request = axios.create({
baseURL: baseURL,
});

View File

@ -123,14 +123,6 @@
</el-col>
</el-row>
</el-container>
<el-container width="200px">
<el-main>
<!-- 用户信息 -->
<el-card>
<template #header>{{cur_user_name}}</template>
</el-card>
</el-main>
</el-container>
</el-container>
</template>