Browse Source

修改页面

v5
超级管理员 2 years ago
parent
commit
28ab3e1f21
  1. 7
      src/views/knowledge/knowledge/components/KnowledgeContent.vue
  2. 2
      src/views/redismanage/datamigration/index.vue

7
src/views/knowledge/knowledge/components/KnowledgeContent.vue

@ -54,13 +54,10 @@ watch(() => props.isShow, () => {
<template>
<el-dialog v-model="boxShow" class="dialogStyle" :show-close="true">
<<<<<<< HEAD
<template #header="{ close, titleId, titleClass }">
<div class="my-header" @dblclick="close">
=======
<template #header="{ titleId, titleClass }">
<div class="my-header">
>>>>>>> v3
<h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gTitle }}</h4>
<!-- <h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gContent }}</h4> -->
</div>

2
src/views/redismanage/datamigration/index.vue

@ -162,7 +162,7 @@ const migrateRedisInfo = () =>{
dblist:originCheckList.value //
}
moveOldRedisToNewRedis(sendInfo)
.then((data)=>{
.then((data:any)=>{
console.log("进行源Redis连接测试",data)
logList.value = data.data
})

Loading…
Cancel
Save