修改聊天功能

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 axios from "axios";
import router from "@/router/index.js"; import router from "@/router/index.js";
//const baseURL = "https://gep.ljsea.xyz/"; const baseURL = "https://gep.ljsea.xyz/";
const baseURL= "http://localhost:8083"; //const baseURL= "http://localhost:8083";
const request = axios.create({ const request = axios.create({
baseURL: baseURL, baseURL: baseURL,
}); });

View File

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