diff --git a/.env.development b/.env.development index e41da5d..da0a3b9 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,8 @@ ENV = development # 本地环境接口地址 -# VITE_API_URL = http://123.60.153.169:8040/apih5 -VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 +VITE_API_URL = http://123.60.153.169:8040/apih5 +# VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 # VITE_API_URL =http://192.168.0.135:8040/apih5 # VITE_API_URL = https://cankao.cs.com.cn/apih5 diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index b564c8f..1dbcb5b 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -4,7 +4,8 @@ 来源: - {{ props.data.tag ? props.data.tag : "中国证券报" }} + 中国证券报 + {{ props.data.tag ? props.data.tag : "中国证券报" }}