wulianwei 1 year ago
parent
commit
3edcb59bf9

+ 1 - 1
.env.production

@@ -1,3 +1,3 @@
 NODE_ENV = production
 VITE_NAME='生产环境'
-VITE_BASE_URL='/forward-service/'
+VITE_BASE_URL='http://192.168.103.33:8585/'

+ 2 - 2
dist/index.html

@@ -7,7 +7,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <link href="//at.alicdn.com/t/c/font_3654542_filhj6brvds.css" />
   <title>后台管理系统</title>
-  <script type="module" crossorigin src="/static/js/index-9429a857.js"></script>
+  <script type="module" crossorigin src="/static/js/index-3150a2dc.js"></script>
   <link rel="modulepreload" href="/static/js/@vue-60c85ed4.js">
   <link rel="modulepreload" href="/static/js/vue-router-f8c94d19.js">
   <link rel="modulepreload" href="/static/js/vuex-008bf1a8.js">
@@ -34,7 +34,7 @@
   <link rel="stylesheet" href="/static/css/@kangc-5f4fc39d.css">
   <link rel="stylesheet" href="/static/css/element-plus-24f396d3.css">
   <link rel="stylesheet" href="/static/css/nprogress-18a10d8a.css">
-  <link rel="stylesheet" href="/static/css/index-b90565d1.css">
+  <link rel="stylesheet" href="/static/css/index-b2dae81b.css">
 </head>
 
 <body>

+ 0 - 1
dist/static/css/device-4b28e791.css

@@ -1 +0,0 @@
-.henader-card[data-v-bd0c6af6]{margin-bottom:20px}.icon-view[data-v-bd0c6af6]{font-size:20px;color:#673ab7;margin:0 10px}.icon-edit[data-v-bd0c6af6]{font-size:20px;color:#2f60c2;margin:0 10px}.icon-dele[data-v-bd0c6af6]{font-size:20px;color:#ff5722}.mt-4[data-v-bd0c6af6]{float:right;text-align:right;margin-top:20px;margin-bottom:20px}.el-button--text[data-v-bd0c6af6]{margin-right:15px}.el-select[data-v-bd0c6af6],.el-input[data-v-bd0c6af6]{width:300px}.dialog-footer button[data-v-bd0c6af6]:first-child{margin-right:10px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/index-b90565d1.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/device-dab2f7b6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/deviceMap-51ec268c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/deviceRecord-0a5c506f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/handleLog-7a7f0100.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/hospital-15d37ec0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/index-9429a857.js


BIN
dist/static/js/index-9429a857.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/index-dd02f669.js


BIN
dist/static/js/index-dd02f669.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/permission-d2173e97.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/product-a39ed5c8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/productModel-21289ea1.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/role-fe8d40ad.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/user-27edd87d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/userInfo-e3e6d4f5.js


+ 5 - 6
src/layout/menu/index.vue

@@ -9,11 +9,9 @@
     }"
   >
     <div class="logo" v-if="!store.getters.isCollapse">
-      <img src="../../assets/logo.png" alt="" style="margin-right: 5px" /> 数据中心
-    </div>
-    <div class="logo" v-else>
-      <img src="../../assets/logo.png" alt="" />
+      <img src="../../assets/logo2.png" alt="" style="margin-right: 5px" />
     </div>
+    
     <el-scrollbar style="height: 100%">
       <el-menu
         :default-active="activeMenu"
@@ -80,12 +78,13 @@ onMounted(()=>{
   .logo {
     height: 48px;
     line-height: 48px;
-    padding: 0 20px;
+    padding: 5px 10px;
     list-style: none;
     cursor: pointer;
     position: relative;
     img {
-      width: 25px;
+      width: 180px;
+      height: 35px;
       vertical-align: middle;
     }
   }

+ 1 - 1
src/views/deviceManage/device.vue

@@ -271,7 +271,7 @@
     }
     map.enableScrollWheelZoom(true);
     map.addControl(new BMapGL.NavigationControl());
-    map.setMapType(BMAP_SATELLITE_MAP);
+   // map.setMapType(BMAP_SATELLITE_MAP);
 
     
   };

Some files were not shown because too many files changed in this diff