所有LIKEI改成ATYOU
This commit is contained in:
parent
b6b0df195a
commit
6d80d8f61a
@ -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>
|
||||
|
||||
@ -70,7 +70,7 @@ export default {
|
||||
})
|
||||
.catch(er => {});
|
||||
|
||||
purchaseTodayTotalBySysOrigin("LIKEI")
|
||||
purchaseTodayTotalBySysOrigin("ATYOU")
|
||||
.then(res => {
|
||||
that.timchatTotal = res.body || 0;
|
||||
})
|
||||
|
||||
@ -444,7 +444,7 @@ export default {
|
||||
// 获取地区列表
|
||||
listRegion() {
|
||||
const that = this;
|
||||
regionConfigTable({ sysOrigin: "LIKEI" })
|
||||
regionConfigTable({ sysOrigin: "ATYOU" })
|
||||
.then(res => {
|
||||
that.regions = res.body || [];
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user