yrik hace 4 años
padre
commit
19eba63094
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      ruoyi-ui/src/views/index.vue

+ 4 - 4
ruoyi-ui/src/views/index.vue

@@ -11,8 +11,8 @@
                   <ul class="index_headerUl">
                     <li v-for="(item,index) in configList" :key="index" @click="headerCld(item)">
                         <img src="../assets/images/icon_list_sj.png" alt="">
-                        <p>{{item.notice_title}}</p>
-                        <span>{{item.create_time}}</span>
+                        <p v-html="item.notice_title"></p>
+                        <span v-html="item.create_time"></span>
                     </li>
                   </ul>
                   <div class="index_haderPagin">
@@ -112,8 +112,8 @@
                  <el-tab-pane label="用户管理" name="first"> -->
                    <div style="height: 84%;">
                         <div style="height: 85%;">
-                          <h3 style="text-align: center; margin: 35px 0;">{{tieku}}</h3>
-                                        <p class="index_profilep" > {{comg}}	</p>
+                          <h3 style="text-align: center; margin: 35px 0;" v-html="tieku"></h3>
+                                        <p class="index_profilep"  v-html="comg"> 	</p>
                         </div>
                                       <!-- {{getLisprofileone[0].info_content}} -->
                                       <div class="index_haderPagin">