From 98e7dfa169bcb6d2e584b55b574348d8678d7cb2 Mon Sep 17 00:00:00 2001
From: "34701892@qq.com" <34701892@qq.com>
Date: Fri, 14 Nov 2025 16:29:48 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=94=9F=E4=BA=A7?=
=?UTF-8?q?=E7=8E=AF=E5=A2=83API=E5=9C=B0=E5=9D=80=E5=B9=B6=E4=BF=AE?=
=?UTF-8?q?=E6=AD=A3=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
将生产环境API地址切换回正式域名,并修复多处界面文本显示问题:
1. 将"独家资源"统一改为"独家资讯"
2. 调整评分详情页的格式对齐问题
---
.env.production | 8 ++++----
src/views/pages/richedit/all.vue | 8 ++++----
src/views/pages/richedit/index.vue | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.env.production b/.env.production
index 45f54ad..4fb8e9d 100644
--- a/.env.production
+++ b/.env.production
@@ -2,9 +2,9 @@
ENV = production
# 线上环境接口地址
-# VITE_API_URL = https://cankao.cs.com.cn/admin
-VITE_API_URL = http://123.60.153.169:8040/admin
+VITE_API_URL = https://cankao.cs.com.cn/admin
+# VITE_API_URL = http://123.60.153.169:8040/admin
#H5的域名,目前是给列表里的复制用
-# VITE_API_URL_H5 = https://cankao.cs.com.cn
-VITE_API_URL_H5 = http://123.60.153.169:8040
+VITE_API_URL_H5 = https://cankao.cs.com.cn
+# VITE_API_URL_H5 = http://123.60.153.169:8040
diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue
index aa3eb11..949a4e5 100644
--- a/src/views/pages/richedit/all.vue
+++ b/src/views/pages/richedit/all.vue
@@ -78,7 +78,7 @@
:value="item.companyName">
- 独家资源:
+ 独家资讯:
@@ -320,13 +320,13 @@
媒体影响力
评分:{{
scoreDetail.sourceImpact
- }}
+ }}
中国股市相关性
置信度:{{
scoreDetail.chinaFactor
- }}
+ }}
资讯质量
@@ -341,7 +341,7 @@
资讯评分
{{
scoreDetail.newsScore
- }}
+ }}
diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue
index fdf6221..ac14e21 100644
--- a/src/views/pages/richedit/index.vue
+++ b/src/views/pages/richedit/index.vue
@@ -155,7 +155,7 @@
:value="item.companyName">
- 独家资源:
+ 独家资讯:
@@ -470,13 +470,13 @@
媒体影响力
评分:{{
scoreDetail.sourceImpact
- }}
+ }}
中国股市相关性
置信度:{{
scoreDetail.chinaFactor
- }}
+ }}
资讯质量
@@ -491,7 +491,7 @@
资讯评分
{{
scoreDetail.newsScore
- }}
+ }}