Browse Source

路径优化

豪豪 1 month ago
parent
commit
3223e87935

+ 0 - 7
cim-my-home/WEB-INF/web.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<web-app>
-    <error-page>
-        <error-code>404</error-code>
-        <location>/index.html</location>
-    </error-page>
-</web-app>

File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/HomePage-2937665f.css


File diff suppressed because it is too large
+ 0 - 2820
cim-my-home/assets/HomePage-9150da91.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/InterfaceUtil-65d787a0.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/Login-a8f59449.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/LoginedPage-3080dfba.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/card-page-7011b7dc.js


+ 0 - 1
cim-my-home/assets/home-982f344b.js

@@ -1 +0,0 @@
-import{_ as s,o,f as t,I as _,J as c,g as a}from"./index-f17205ab.js";const d={},n=e=>(_("data-v-f37b74e5"),e=e(),c(),e),p={class:"des"},r=n(()=>a("p",{style:{width:"70%"}},"上海市CIM平台提供GIS、BIM、IOT、AI算法等应用赋能服务,提供各类API使用案例,全面支撑上海数字化转型发展。",-1)),I=[r];function f(e,i){return o(),t("div",p,I)}const l=s(d,[["render",f],["__scopeId","data-v-f37b74e5"]]);export{l as default};

File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/index-a645c0c6.js


File diff suppressed because it is too large
+ 0 - 58
cim-my-home/assets/index-f17205ab.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/interface-application-97a65298.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/interface-details-101adaeb.js


File diff suppressed because it is too large
+ 0 - 1
cim-my-home/assets/interface-page-6a6b7a91.js


+ 0 - 1
cim-my-home/assets/tip-b73efdda.js

@@ -1 +0,0 @@
-import{a5 as l}from"./index-f17205ab.js";let t=null;function u(s){t&&t.close(),t=l({...s})}function n(s,a,c,m,g){let e;try{e=s.msg[0].success+""=="true"||s.msg[0].Rows[0].status+""=="success"}catch{e=!1}let o="操作成功",r="操作失败2";try{o=m||s.msg[0].error||s.message||"操作成功"}catch{}try{r=g||s.msg[0].error||s.message||"操作失败"}catch{}u({message:e?o:r,type:e?"success":"error"}),e&&a&&a(),!e&&c&&c()}export{n as h,u as s};

BIN
cim-my-home/cim-home.war


+ 1 - 1
cim-my-home/index.html

@@ -5,7 +5,7 @@
     <link rel="icon" href="./bitbug_favicon4.ico">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>上海市CIM平台</title>
-    <script type="module" crossorigin src="./assets/index-f17205ab.js"></script>
+    <script type="module" crossorigin src="./assets/index-65f62d7c.js"></script>
     <link rel="stylesheet" href="./assets/index-f31ef0f6.css">
   </head>
   <body>

+ 13 - 9
src/views/home-page/HomePage.vue

@@ -1071,11 +1071,11 @@ const ballSystemList = ref([
     name: 'IOT中台', children: [
       {
         name: '视频数据管理系统',
-        // disabled: true,
-        aPath: systemBaseUrl + 'http://10.90.13.56:8000',
-        moduleId: '749',
+        aPath: 'http://10.90.12.105:40490/#/login?redirect=/index',
+        moduleId: '765',
         loginPage: 'https://cimweb.zjw.sh.cegn.cn:2007/cim-home/#/login'
       },
+
       {
         name: '视频数据应用系统',
         aPath: 'http://10.90.12.105:40490/#/login?redirect=/index',
@@ -1084,6 +1084,13 @@ const ballSystemList = ref([
       },
       {
         name: 'IOT数据应用系统',
+        // disabled: true,
+        aPath: systemBaseUrl + 'http://10.90.13.56:8000',
+        moduleId: '1282',
+        loginPage: 'https://cimweb.zjw.sh.cegn.cn:2007/cim-home/#/login'
+      },
+      {
+        name: 'IOT数据管理系统',
         aPath: 'http://10.90.14.52:16001/dmpweb/#/noLogin',
         moduleId: '765',
         loginPage: 'https://cimweb.zjw.sh.cegn.cn:2007/cim-home/#/login'
@@ -1303,7 +1310,7 @@ const ballSystemList = ref([
 #home-page {
   .disabled {
     color: #3d3d3d !important;
-
+    cursor: not-allowed !important;
   }
 
   .dot {
@@ -1419,8 +1426,8 @@ const ballSystemList = ref([
       .child-kuang {
         li {
           cursor: pointer;
-          height: 56px;
-          line-height: 56px;
+          height: 44px;
+          line-height: 38px;
           padding-left: 2em;
 
           &:not(.disabled):not(:hover) {
@@ -1430,9 +1437,7 @@ const ballSystemList = ref([
           }
 
           &:hover {
-
             position: relative;
-
             &:before {
               left: 0;
               top: 0;
@@ -1456,7 +1461,6 @@ const ballSystemList = ref([
         background: rgba(0, 20, 40, 0.6);
         padding: 10px;
         position: absolute;
-
         top: 60%;
       }