sunlupeng 1 yıl önce
ebeveyn
işleme
f83c26d450

+ 2 - 2
src/layout/components/Homebar.vue

@@ -50,9 +50,9 @@
           <el-dropdown-item v-if="userInfo.manageMenuId" @click.native="companySetting()" v-loading.fullscreen.lock="fullscreenLoading">
             <span>企业管理</span>
           </el-dropdown-item>
-          <el-dropdown-item divided @click.native="logout">
+          <!-- <el-dropdown-item divided @click.native="logout">
             <span>退出登录</span>
-          </el-dropdown-item>
+          </el-dropdown-item> -->
         </el-dropdown-menu>
       </el-dropdown>
     </div>

+ 2 - 2
src/layout/components/Navbar.vue

@@ -52,9 +52,9 @@
           <el-dropdown-item v-if="userInfo.manageMenuId" @click.native="companySetting()" v-loading.fullscreen.lock="fullscreenLoading">
             <span>企业管理</span>
           </el-dropdown-item>
-          <el-dropdown-item divided @click.native="logout">
+          <!-- <el-dropdown-item divided @click.native="logout">
             <span>退出登录</span>
-          </el-dropdown-item>
+          </el-dropdown-item> -->
         </el-dropdown-menu>
       </el-dropdown>
     </div>

+ 2 - 2
src/main.js

@@ -25,8 +25,8 @@ import RightToolbar from "@/components/RightToolbar"
 // import hljs from 'highlight.js'
 // import 'highlight.js/styles/github-gist.css'
 import {DICT_TYPE, getDictDataLabel, getDictDatas, getDictDatas2} from "@/utils/dict";
-import VConsole from "vconsole";
-const vConsole = new VConsole();
+// import VConsole from "vconsole";
+// const vConsole = new VConsole();
 // 全局方法挂载
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey

+ 1 - 1
src/views/index.vue

@@ -767,7 +767,7 @@ export default {
 
 .flow-center-wrapper .my-todo .todo-wrapper .image-wrapper {
   height: 64px;
-  margin-right: 40px;
+  margin-right: 5px;
   width: 64px;
 }