Forráskód Böngészése

现场页面标题修改

zy 1 éve
szülő
commit
63360e66cf

+ 1 - 1
neim-ui/.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 新能源资源感知与评估管理系统
+VUE_APP_TITLE = 新能源风光资源监测平台
 
 # 开发环境配置
 ENV = 'development'

+ 1 - 1
neim-ui/.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 新能源资源感知与评估管理系统
+VUE_APP_TITLE = 新能源风光资源监测平台
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
neim-ui/.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 新能源资源感知与评估管理系统
+VUE_APP_TITLE = 新能源风光资源监测平台
 
 NODE_ENV = production
 

+ 1 - 1
neim-ui/src/views/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>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"

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