浏览代码

统计分析

彭宇 2 年之前
父节点
当前提交
f3c1a9844d
共有 7 个文件被更改,包括 13 次插入8 次删除
  1. 1 1
      .env.production
  2. 1 1
      .env.staging
  3. 1 1
      package.json
  4. 2 2
      src/components/v-fastmenu.vue
  5. 6 1
      src/views/bigdata/bigdata.vue
  6. 1 1
      src/views/system/register.vue
  7. 1 1
      vue.config.js

+ 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": {

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

@@ -22,8 +22,8 @@
 						<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>
+<!--					<a href="#"><i class="el-icon-monitor"></i>管理系统</a>-->
 				</div>
 				<div slot="reference" style="text-align: center; width:4rem;height:3rem;">
 					<img src="@/assets/images/mascot-small.png" />

+ 6 - 1
src/views/bigdata/bigdata.vue

@@ -8,7 +8,7 @@
 				<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>
+				<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" />
@@ -231,6 +231,11 @@
             path: '/monitor',
             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 // 端口