diff --git a/.env.production b/.env.production index 8ff2d92..de01dda 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = production # 线上环境接口地址 # VITE_API_URL = https://cankao.cs.com.cn/mini -# VITE_API_URL = http://123.60.153.169:8040/apih5 -VITE_API_URL = https://cankao.cs.com.cn/apih5 +VITE_API_URL = http://123.60.153.169:8040/apih5 +# VITE_API_URL = https://cankao.cs.com.cn/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index 7abad5d..b564c8f 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -4,7 +4,7 @@ 来源: - {{ props.data.tag }} + {{ props.data.tag ? props.data.tag : "中国证券报" }}