Explorar el Código

修改显示首页和运行管理的页面

mork hace 2 semanas
padre
commit
b5c8586e55

+ 10 - 10
public/static/config/config.js

@@ -1,5 +1,5 @@
-// var serverPath = "http://121.43.55.7"; // 互
-var serverPath = "http://10.235.245.174"; // 政
+var serverPath = "http://121.43.55.7"; // 互
+// var serverPath = "http://10.235.245.174"; // 政
 let systemConfig = {
   /* 通用全局变量 */
   defaultAccount: {
@@ -26,13 +26,13 @@ let systemConfig = {
   */
 
  // 互联网环境
-  // modelIds: [1667, 1690, 1677, 1673,1780],
-  // columnIds: [1657, 1659, 1666, 1676, 1665, 1651, 1662,1736],
+  modelIds: [1667, 1690, 1677, 1673,1780],
+  columnIds: [1657, 1659, 1666, 1676, 1665, 1651, 1662,1736],
   // 政务网环境
-  modelIds: [1780, 1777, 1783, 1785, 2154],
-  columnIds: [2429, 2428, 2426, 2425, 2430, 2432, 2431, 2840],
+  // modelIds: [1780, 1777, 1783, 1785, 2154],
+  // columnIds: [2429, 2428, 2426, 2425, 2430, 2432, 2431, 2840],
 
-  preCountDmsId: 2436,  // 政务网 2436  互联网 1652
+  preCountDmsId: 1652,  // 政务网 2436  互联网 1652
 
   // oauth和DMS环境
   backServerPath: serverPath,   // 运行管理中使用
@@ -40,13 +40,13 @@ let systemConfig = {
   iframeUrl: serverPath + ":2024/",
 
   // baseServicerPath: "/oneMap",
-  baseServicerPath: serverPath + ":1201/qpyzt",  // 政 1201   互 13901
+  baseServicerPath: serverPath + ":13901/qpyzt",  // 政 1201   互 13901
 
   // oauth地址
-  oauthServiceUrlOrigin: serverPath + ":8888/",  // App里使用  互 10086  政 8888
+  oauthServiceUrlOrigin: serverPath + ":10086/",  // App里使用  互 10086  政 8888
   // oauth地址
   // oauthServiceUrl: "/proxy_oauth",
-  oauthServiceUrl: serverPath + ":8888/oauth/",  // App里使用  互 10086  政 8888
+  oauthServiceUrl: serverPath + ":10086/oauth/",  // App里使用  互 10086  政 8888
   // oauth前端地址
   oauthWebUrlPort: "2100",  // 运行管理中使用    无需动
   // dms前端地址

+ 2 - 2
src/views/HomePage.vue

@@ -137,7 +137,7 @@
         </div>
       </div>
 
-      <!-- 服务调用趋势  验收版保留,演示版隐藏  start-->
+      <!-- 服务调用趋势  验收版保留,演示版隐藏   现已改为全隐藏  start-->
       <div v-if="isDemo">
         <div class="second-title">服务调用趋势(近30天)</div>
         <div id="echart1"></div>
@@ -645,7 +645,7 @@ export default {
       totalCallNumber: "18,659,623",
       // sections: ['top', 'yyal', 'jcnl', 'tjyy', 'yyzc', 'hxgn'],
       sections: ["top", "jcnl", "tjyy", "yyzc", "hxgn"],
-      isDemo: true,   // true  验收版,false  演示版
+      isDemo:  false,    // true  验收版,false  演示版   现已全隐藏
       affixOptions: [
         {
           title: "顶部",

+ 12 - 10
src/views/HomePage_Demo.vue

@@ -4,17 +4,18 @@
     <div class="darkblue-background">
 
       <!-- 服务调用趋势  验收版保留,演示版隐藏  start-->
-      <div class="second-title">服务调用趋势(近30天)</div>
-      <div id="echart1"></div>
-
-      <div class="second-title">平台核心运行清单</div>
+      <div style="background-color: #eeeeee0b;padding: 10px;vertical-align: middle;border-radius: 10px;">
+          <div class="second-title">服务调用趋势(近30天)</div>
+          <div id="echart1"></div>
+      </div>
+      <!-- <div class="second-title">平台核心运行清单</div> -->
       <!--四组统计-->
       <div class="row">
         <div class="lighter-container" style="flex: 2">
           <div class="third-title">
-            <el-icon color="#0071e3" size="30px">
+            <!-- <el-icon color="#0071e3" size="30px">
               <Stopwatch></Stopwatch>
-            </el-icon>
+            </el-icon> -->
             <div>基础统计</div>
           </div>
           <div class="grid-2x2">
@@ -47,9 +48,9 @@
         <div class="lighter-container" style="flex: 3">
           <div class="between-row">
             <div class="third-title">
-              <el-icon color="#0071e3" size="30px">
+              <!-- <el-icon color="#0071e3" size="30px">
                 <Histogram />
-              </el-icon>
+              </el-icon> -->
               <div>委办调用情况</div>
             </div>
             <span>
@@ -1009,7 +1010,8 @@ export default {
 .lighter-container {
   background-color: #eeeeee0b;
   padding: 20px;
-  margin: 15px;
+  // margin: 15px;
+  margin-top: 20px;
   vertical-align: middle;
   border-radius: 10px;
 }
@@ -1171,7 +1173,7 @@ export default {
   font-size: 20px;
   margin-top: 10px;
   padding-left: 10px;
-  border-left: 2px solid #3498db;
+  //border-left: 2px solid #3498db;
   font-weight: bold;
 }
 

+ 6 - 6
src/views/yxgl/StatisticalAnalysis.vue

@@ -215,8 +215,12 @@
         </div>
       </div>
     </div>
+
+    <!-- 验收版-隐藏  演示版-显示   现已全显示 -->
+    <HomePage_Demo />
+
     <!-- 区级特色信息统计 -->
-    <div class="bigCard">
+    <!-- <div class="bigCard">
       <div class="bigCard_title">区级特色信息统计</div>
       <div class="flex" style="margin-top: 20px">
         <div class="flex_column" style="width: 28%; height: 420px">
@@ -249,11 +253,7 @@
           <EchartsDome :chartOption="chartOptions['服务调用趋势']" title="服务调用趋势" />
         </div>
       </div>
-    </div>
-
-    <!-- 验收版-隐藏  演示版-显示 -->
-    <!-- <HomePage_Demo /> -->
-
+    </div> -->
 
   </div>
 </template>