所有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 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>
|
||||||
|
|||||||
@ -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;
|
||||||
})
|
})
|
||||||
|
|||||||
@ -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 || [];
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user