修改聊天功能
This commit is contained in:
parent
776a5f64e7
commit
0741f83a0f
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -122,15 +122,7 @@
|
|||
</el-button>
|
||||
</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>
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue