liuyuqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
6941a1ff42

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 四平市态势感知平台
+VUE_APP_TITLE = 通榆县乡村振兴监管平台
 
 # 开发环境配置
 ENV = 'development'

+ 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/components/v-header.vue

@@ -5,7 +5,7 @@
 		<!--中间LOGO -->
 		<div class="title">
 			<!-- <img src="@/assets/images/integrated/bigdata-header-nav-left2.png" /> -->
-			<h3><img class="logo" src="@/assets/images/integrated/logo-small.png" />四平市态势感知平台 {{titlename}}
+			<h3><img class="logo" src="@/assets/images/integrated/logo-small.png" />通榆县乡村振兴监管平台 {{titlename}}
 			</h3>
 			<!-- <img src="@/assets/images/integrated/bigdata-header-nav-right2.png" /> -->
 		</div>

+ 2 - 2
src/router/index.js

@@ -45,8 +45,8 @@ export const constantRoutes = [
 	},
 	{
 		//数据中心
-		path: '/datacenter',
-		name: 'datacenter',
+		path: '/',
+		name: '',
 		component: () => import('@/views/datacenter'),
 		meta: {
 			title: '数据中心'

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

@@ -5,7 +5,7 @@
     <div class="header">
       <!-- title -->
       <div class="header-left"><img class="logo" src="@/assets/images/integrated/logo-small.png"/>
-        <h3 class="title">数字四平态势感知监管平台-数字消防-统计分析</h3>
+        <h3 class="title">通榆县乡村振兴监管平台-数字消防-统计分析</h3>
       </div>
       <div class="bignav">
         <img src="@/assets/images/integrated/bigdata-header-nav-left.png"/>

+ 3 - 4
src/views/bigdata/tabbar.vue

@@ -8,14 +8,14 @@
         </div>
       </el-col>
     </el-row>
-    <el-row :gutter="20">
+    <!--<el-row :gutter="20">
       <el-col :span="4" v-for="(item,index) in data_zhxx_event" :key="index">
         <div class="list-content">
           <span>{{item.value}}</span>
           <h5>{{item.name}}</h5>
         </div>
       </el-col>
-    </el-row>
+    </el-row>-->
   </div>
 </template>
 
@@ -144,8 +144,7 @@
       zhxx() {
         let that = this
         getZhxx().then(resp => {
-          that.data_zhxx_data = resp.data.data
-          that.data_zhxx_event = resp.data.event
+          that.data_zhxx_data = [...resp.data.event, ...resp.data.data]
         })
       },
 

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

@@ -1,7 +1,7 @@
 <template>
   <div class="login">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">数字四平态势感知监管平台</h3>
+      <h3 class="title">通榆县乡村振兴监管平台</h3>
       <div class="login-container">
         <h4>请登录</h4>
         <el-form-item prop="username">

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