fix: 更新生产环境API地址并修正文本显示问题

将生产环境API地址切换回正式域名,并修复多处界面文本显示问题:
1. 将"独家资源"统一改为"独家资讯"
2. 调整评分详情页的格式对齐问题
This commit is contained in:
34701892@qq.com 2025-11-14 16:29:48 +08:00
parent 02b8ee77f5
commit 98e7dfa169
3 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -78,7 +78,7 @@
:value="item.companyName"> </el-option>
</el-select>
<span>独家资</span>
<span>独家资</span>
<el-select v-model="form.exclusive" clearable placeholder="是否独家搜索" size="large"
style="width: 180px" filterable @change="handleSearch">
<el-option :value="1" label="是"></el-option>

View File

@ -155,7 +155,7 @@
:value="item.companyName"> </el-option>
</el-select>
<span>独家资</span>
<span>独家资</span>
<el-select v-model="form.exclusive" clearable placeholder="是否独家搜索" size="large"
style="width: 180px" filterable @change="handleSearch">
<el-option :value="1" label="是"></el-option>