liuyanpeng 1 jaar geleden
bovenliggende
commit
35e86dde1c
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      package.json
  2. 2 2
      src/dashboard/ShortcutMenu.vue

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "client-base-v4",
   "name": "client-base-v4",
   "description": "Leanwo Prodog Client",
   "description": "Leanwo Prodog Client",
-  "version": "4.0.93",
+  "version": "4.0.94",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
   "scripts": {
     "ins": "npm install --registry http://wuzhixin.vip:4873",
     "ins": "npm install --registry http://wuzhixin.vip:4873",

+ 2 - 2
src/dashboard/ShortcutMenu.vue

@@ -25,13 +25,13 @@
     v-if="infoWindowNo"
     v-if="infoWindowNo"
     ref="info"
     ref="info"
     :info-window-no="infoWindowNo"
     :info-window-no="infoWindowNo"
-    :is-search-widget="true"
+    :is-search-widget="false"
   />
   />
 </template>
 </template>
 
 
 <script setup>
 <script setup>
 import { useRouter } from 'vue-router';
 import { useRouter } from 'vue-router';
-import { ref, onMounted, getCurrentInstance } from 'vue';
+import { ref, onMounted } from 'vue';
 
 
 const menus = [
 const menus = [
   {
   {