Browse Source

统计分析

彭宇 2 years ago
parent
commit
605302457f

+ 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 - 1
src/layout/components/Sidebar/Logo.vue

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

+ 7 - 3
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>
@@ -251,6 +251,10 @@
             path: '/',
             name: '珍惜古树',
           },
+          {
+            path: '/bigdata',
+            name: '统计分析',
+          },
 
 				],
 				total: 0, //事件总数

+ 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" />

+ 1 - 1
vue.config.js

@@ -7,7 +7,7 @@ function resolve(dir) {
 
 const CompressionPlugin = require('compression-webpack-plugin')
 
-const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '数字四平态势感知监管平台' // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口