去除接口

duhanyu
吕天方 1 year ago
parent 879c3d890b
commit 50c6d7a902

@ -3,7 +3,7 @@
* @Author: kery.chen
* @Description: 总体概览左侧
* @Date: 2021-11-30 11:08:50
* @LastEditTime: 2023-10-17 16:26:01
* @LastEditTime: 2023-10-17 17:14:22
* @FilePath : \\tcingiocpro\\src\\views\\privateOrder\\ecosphere\\components\\componentLeft.vue
-->
<template>
@ -678,7 +678,7 @@ export default {
this.pageSize = 10;
this.dialogTitle = val;
this.zoologyIconStatus = true;
let res = await listPlatform({ pageNum: 1, pageSize: 10, type: type });
// let res = await listPlatform({ pageNum: 1, pageSize: 10, type: type });
if (val === "B站") {
this.tableHeader = ["账号ID", "URL"];
this.zoologyWidth = "1000px";

@ -58,8 +58,8 @@
</el-row>
<el-row>
<el-col :span="24">
<div class="col_ctn_little" v-html='currentMsg.jbnr'></div>
<!-- <div class="col_ctn_little">{{ currentMsg.jbnr }}</div> -->
<!-- <div class="col_ctn_little" v-html='currentMsg.jbnr'></div> -->
<div class="col_ctn_little">{{ currentMsg.jbnr }}</div>
</el-col>
</el-row>
</div>

Loading…
Cancel
Save