소스 검색

统计分析

彭宇 2 년 전
부모
커밋
5973b3d75a
8개의 변경된 파일16개의 추가작업 그리고 13개의 파일을 삭제
  1. 1 1
      .env.production
  2. 1 1
      .env.staging
  3. 1 1
      package.json
  4. 1 2
      src/components/v-fastmenu.vue
  5. 1 1
      src/layout/components/Sidebar/Logo.vue
  6. 8 4
      src/views/bigdata/bigdata.vue
  7. 1 1
      src/views/system/register.vue
  8. 2 2
      visu_forest/index.html

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 若依管理系统
+VUE_APP_TITLE = 数字四平态势感知监管平台
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 若依管理系统
+VUE_APP_TITLE = 数字四平态势感知监管平台
 
 NODE_ENV = production
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.4.0",
-  "description": "若依管理系统",
+  "description": "数字四平态势感知监管平台",
   "author": "若依",
   "license": "MIT",
   "scripts": {

+ 1 - 2
src/components/v-fastmenu.vue

@@ -22,8 +22,7 @@
 						<el-button type="primary" size="small" @click="resetPwd">修改密码</el-button>
 						<el-button type="warning" size="small" @click="logout">退出登录</el-button>
 					</div>
-					<a href="#" style="border-top: 1px solid #334780;"><i class="el-icon-s-home"></i>返回首页</a>
-					<a href="#"><i class="el-icon-monitor"></i>管理系统</a>
+					<a href="https://117.78.49.164:15001/index58" style="border-top: 1px solid #334780;"><i class="el-icon-s-home"></i>返回首页</a>
 				</div>
 				<div slot="reference" style="text-align: center; width:4rem;height:3rem;">
 					<img src="@/assets/images/mascot-small.png" />

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -35,7 +35,7 @@ export default {
   },
   data() {
     return {
-      title: '若依管理系统',
+      title: '数字四平态势感知监管平台',
       logo: logoImg
     }
   }

+ 8 - 4
src/views/bigdata/bigdata.vue

@@ -8,9 +8,9 @@
 				<h3 class="title">数字四平态势感知监管平台-数字环保-统计分析</h3></div>
 			<div class="bignav">
 				<img src="@/assets/images/integrated/bigdata-header-nav-left.png" />
-				<router-link v-for="(navbar,index) in navbar " :key="index" :to="navbar.path" class="bignav-list" exact>
-					{{navbar.name}}
-				</router-link>
+        <router-link v-for="(navbar,index) in navbar " :key="index" :to="navbar.path" class="bignav-list" :class="index===navbar.length-1?'on':''" exact>
+          {{navbar.name}}
+        </router-link>
 				<img src="@/assets/images/integrated/bigdata-header-nav-right.png" />
 			</div>
 		</div>
@@ -245,6 +245,10 @@
             path: '/',
             name: '大气环境',
           },
+          {
+            path: '/bigdata',
+            name: '统计分析',
+          },
 				],
 				total: 0, //事件总数
 				untreated: 0, //事件-未处理
@@ -293,7 +297,7 @@
 					-webkit-background-clip: text;
 					-webkit-text-fill-color: transparent;
 					color: #fff;
-					font-size: 25px;
+					font-size: 23px;
 				}
 			}
 

+ 1 - 1
src/views/system/register.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="register">
     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
-      <h3 class="title">若依后台管理系统</h3>
+      <h3 class="title">数字四平态势感知监管平台</h3>
       <el-form-item prop="username">
         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
visu_forest/index.html