diff --git a/.env.development b/.env.development
index 688a03e6..90f97634 100644
--- a/.env.development
+++ b/.env.development
@@ -2,5 +2,43 @@
ENV = 'development'
# 'development'
-VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
+
+
+
+# app入口
+VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001'
+#VITE_APP_BASE_API_Url = 'http://25.16.122.91:9786'
+#VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786'
+
+# h5专用地址
+
+# VITE_APP_BASE_H5_API_Url = 'http://25.16.122.65:7001'
+# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.21:9786'
+# VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002'
+
+# dev
+#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
+# sit
+#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
+
+# UAT
+# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
+
+# 任东
+# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
+# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
+
+# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.140:9604'
+# 张建成
+# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.16.144:9605'
+# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.144:9602'
+# 王洋洋
+# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.140:9604'
+# 于嘉文
+# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.143:9604'
+# 孙宇
+# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.139:9604'
+# 付丙鑫
+# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.145:9602'
+
diff --git a/src/api/dialog.js b/src/api/dialog.js
index e945b88a..1b4467e0 100644
--- a/src/api/dialog.js
+++ b/src/api/dialog.js
@@ -35,6 +35,14 @@ export const insertTraAskFeedback = (data) => {
data
});
};
+// 取消反馈 取消踩 /traAskFeedback/updateDownvoteStat
+export const updateDownvoteStat = (data) => {
+ return request({
+ url: '/traask/traAskFeedback/updateDownvoteStat',
+ method: 'post',
+ data
+ });
+};
// 赞 /取消赞/traAskFeedback/updateDownvoteStat
export const updateLikeStat = (data) => {
return request({
diff --git a/src/pages/index/components/answer.vue b/src/pages/index/components/answer.vue
index d8147dc4..8fda540b 100644
--- a/src/pages/index/components/answer.vue
+++ b/src/pages/index/components/answer.vue
@@ -88,15 +88,8 @@ watch(
}
)
const mdText = computed(() => {
- //#ifndef APP-PLUS
- // h5 假数据
let _text = (props.dataInfo?.talkingText|| '').replace(/\\n/g, `\n`);
return _text
- // #endif
- //#ifdef APP-PLUS
- return (props.dataInfo?.talkingText|| '')
- // #endif
-
})
const fileList = computed(() => props.dataInfo?.talkingFiles || [])
const crsList = computed(() => props.dataInfo?.talkingCrsList || [])
diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue
index 89e0f422..23db6dff 100644
--- a/src/pages/index/dialog.vue
+++ b/src/pages/index/dialog.vue
@@ -1,1031 +1,1001 @@
-
-
-
-
-
-
-
- AI问答
-
-
-
-
- 历史
- 消息
- 我的
-
-
-
+
+
+
+
+
+
+
+ AI问答
+
+
+
+
+ 历史
+ 消息
+ 我的
+
+
+
-
-
-
-
-
- {{ userInfo ? 'Hi,我是' + userInfo?.mascotInfo?.mascotName : 'Hi' }}
- 工作学习,我都能帮你!
- 试试他的能力
-
-
-
-
-
-
- {{ questionList[item - 1].hotContent }}
-
-
-
-
- {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 'AI学' }}
-
-
-
- {{ 'AI练' }}
-
-
-
- {{ 'AI考' }}
-
-
-
- {{ '去PK' }}
-
-
-
- {{ '任务' }}
-
-
-
- {{ '错题' }}
-
-
-
- {{ '分析' }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ userInfo ? 'Hi,我是' + userInfo?.mascotInfo?.mascotName : 'Hi' }}
+ 工作学习,我都能帮你!
+ 试试他的能力
+
+
+
+
+
+
+ {{ questionList[item - 1].hotContent }}
+
+
+
+
+ {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'AI学' }}
+
+
+
+ {{ 'AI练' }}
+
+
+
+ {{ 'AI考' }}
+
+
+
+ {{ '去PK' }}
+
+
+
+ {{ '任务' }}
+
+
+
+ {{ '错题' }}
+
+
+
+ {{ '分析' }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/index/preview.vue b/src/pages/index/preview.vue
index 82579dcc..478f4b3f 100644
--- a/src/pages/index/preview.vue
+++ b/src/pages/index/preview.vue
@@ -88,6 +88,7 @@ export default {
padding-top: 10rpx;
line-height: 46rpx;
box-sizing: border-box;
+ background-color: #fff;
font-weight: 500;
color: #000;
position: fixed;