所有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 id="online-info-tim-chat" class="col-info">
<div class="title">Atyou在线</div> <div class="title">Atyou在线</div>
<div class="content"> <div class="content">
<online-user-count-origin origin="LIKEI" /> <online-user-count-origin origin="ATYOU" />
</div> </div>
</div> </div>
</el-col> </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-row>
</el-col> </el-col>
</el-row> </el-row>

View File

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

View File

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