From 1d78b41bccaee00a6382ee93f56451dcea2842f8 Mon Sep 17 00:00:00 2001
From: 77 <77@77.com>
Date: Sat, 13 Apr 2024 00:16:38 +0800
Subject: [PATCH] 123
---
src/views/cai/userChatRecord/index.vue | 7 ++++++-
vue.config.js | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/views/cai/userChatRecord/index.vue b/src/views/cai/userChatRecord/index.vue
index c31d0e9..31fa612 100644
--- a/src/views/cai/userChatRecord/index.vue
+++ b/src/views/cai/userChatRecord/index.vue
@@ -35,7 +35,12 @@
-
+
+
+ {{scope.row.content}}
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 5d3da61..0ca3e4c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,8 +35,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://localhost:8080`,
- // target: `http://124.222.254.188:9779/prod-api`,
+ // target: `http://localhost:8080`,
+ target: `http://124.222.254.188:9779/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''