Administrator 2 years ago
parent
commit
74073070f3

+ 2 - 2
.env.development

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 四平市态势感知平台
+VUE_APP_TITLE = 监管平台
 
 # 开发环境配置
 ENV = 'development'
 
-# 首佳态势感知平台/开发环境
+# 通榆县乡村振兴监管平台/开发环境
 VUE_APP_BASE_API = '/dev-api'
 
 # 路由懒加载

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

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

@@ -35,7 +35,7 @@ export default {
   },
   data() {
     return {
-      title: '数字四平态势感知监管平台',
+      title: '通榆县乡村振兴监管平台',
       logo: logoImg
     }
   }

+ 10 - 10
src/router/index.js

@@ -72,7 +72,7 @@ export const constantRoutes = [{
 		name: 'leader',
 		component: () => import('@/views/leader'),
 		meta: {
-			title: '林长制'
+			title: '网格化'
 		}
 	}, {
 		path: '/afforestation',
@@ -82,14 +82,14 @@ export const constantRoutes = [{
 			title: '植树造林'
 		}
 	},
-  {
-    path: '/',
-    name: '',
-    component: () => import('@/views/animal'),
-    meta: {
-      title: '动物保护'
-    }
-  },
+  // {
+  //   path: '/',
+  //   name: '',
+  //   component: () => import('@/views/animal'),
+  //   meta: {
+  //     title: '动物保护'
+  //   }
+  // },
   {
     path: '/',
     name: '',
@@ -155,7 +155,7 @@ export const constantRoutesNew = [{
 		name: 'leader',
 		component: () => import('@/views/leader'),
 		meta: {
-			title: '林长制'
+			title: '网格化'
 		}
 	},
 	{

+ 2 - 2
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"/>
@@ -201,7 +201,7 @@ export default {
         },
         {
           path: '/leader',
-          name: '林长制'
+          name: '网格化'
         },
         {
           path: '/afforestation',

+ 1 - 1
src/views/system/login-sp.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" />

+ 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 // 端口