所有LIKEI改成ATYOU

This commit is contained in:
tianfeng 2026-04-01 14:14:35 +08:00
parent b6b0df195a
commit 6d80d8f61a
3 changed files with 3 additions and 11 deletions

View File

@ -50,18 +50,10 @@
<div id="online-info-tim-chat" class="col-info">
<div class="title">Atyou在线</div>
<div class="content">
<online-user-count-origin origin="LIKEI" />
<online-user-count-origin origin="ATYOU" />
</div>
</div>
</el-col>
<!-- <el-col :span="24">
<div id="online-info-tim-chat" class="col-info">
<div class="title">Yahlla在线</div>
<div class="content">
<online-user-count-origin origin="YAHLLA" />
</div>
</div>
</el-col> -->
</el-row>
</el-col>
</el-row>

View File

@ -70,7 +70,7 @@ export default {
})
.catch(er => {});
purchaseTodayTotalBySysOrigin("LIKEI")
purchaseTodayTotalBySysOrigin("ATYOU")
.then(res => {
that.timchatTotal = res.body || 0;
})

View File

@ -444,7 +444,7 @@ export default {
//
listRegion() {
const that = this;
regionConfigTable({ sysOrigin: "LIKEI" })
regionConfigTable({ sysOrigin: "ATYOU" })
.then(res => {
that.regions = res.body || [];
})