优化积分

This commit is contained in:
gyq 2024-11-19 15:09:43 +08:00
parent e0822677ff
commit 315b3e536d
2 changed files with 5 additions and 2 deletions

View File

@ -3,13 +3,13 @@ ENV = 'production'
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇Nginx 配置
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 http
# 测试
VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn'
# VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn'
# 生产
# VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn'
# 预发布接口
# VUE_APP_BASE_API = 'https://pre-cashieradmin.sxczgkj.cn'
VUE_APP_BASE_API = 'https://pre-cashieradmin.sxczgkj.cn'
# VUE_APP_BASE_API = 'http://192.168.2.98:8000'
# 如果接口是 http 形式, wss 需要改为 ws

View File

@ -313,6 +313,7 @@ export default {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.icon {
@ -376,6 +377,8 @@ export default {
.title {
font-size: 12px;
line-height: 16px;
padding: 6px 0;
}
.btm {