2b565b99 by zrj

10.30 部分文字修改

1 parent 6c3369fe
......@@ -44,7 +44,7 @@
<el-col :span="12">
<div style="display: flex;flex-direction: column;text-align: center">
<span style="font-size: 14px;color: #929AA0;margin-bottom: 5px">{{ languageLibrary[language].d }}</span>
<span style="color: #EEEEEE;font-size: 16px">${{item.totalFee}}</span>
<span style="color: #EEEEEE;font-size: 16px">{{item.serviceFee}}</span>
</div>
</el-col>
<el-col :span="12">
......@@ -72,8 +72,8 @@ const languageLibrary = ref([{
a:'返回',
b:'主赛事',
c:'微型赛事',
d:'买入费用',
e:'参赛席位',
d:'买入费用',
e:'参赛人次',
g:'未开始',
h:'进行中',
i:'已结束',
......@@ -81,8 +81,8 @@ const languageLibrary = ref([{
a:'Return',
b:'Main event',
c:'Mini event',
d:'Total buy-in fee',
e:'Entry seats',
d:'Buyin',
e:'Players',
g:'Not started',
h:'In progress',
i:'Completed',
......@@ -90,8 +90,8 @@ const languageLibrary = ref([{
a:'돌아가기',
b:'메인 이벤트',
c:'미니 이벤트',
d:'총 바이인 금액',
e:'엔트리 수',
d:'구매비용',
e:'참여인원',
g:'시작 전',
h:'진행 중',
i:'완료됨',
......@@ -99,8 +99,8 @@ const languageLibrary = ref([{
a:'戻る',
b:'メインイベント',
c:'ミニイベント',
d:'バイイン総額',
e:'エントリー数',
d:'買い入れ費用(バイイン費用)',
e:'参加延べ人数',
g:'未開始',
h:'進行中',
i:'完了',
......@@ -108,8 +108,8 @@ const languageLibrary = ref([{
a:'Quay lại',
b:'Giải chính',
c:'Giải phụ',
d:'Tổng phí Buy-in',
e:'Số ghế tham gia',
d:'chi phí mua hàng',
e:'số lượng người tham gia',
g:'Chưa bắt đầu',
h:'Đang diễn ra',
i:'Đã hoàn thành',
......
......@@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
// target: 'http://192.168.1.118:8082/',
target: 'http://192.168.1.227:8082/',
// target: 'http://192.168.1.6:8082',
target: 'https://www.longpoker.com/stage-api/',
// target: 'https://www.longpoker.com/stage-api/',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!