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]: ''