diff --git a/.env.development b/.env.development index 8a249c0..c28cd0e 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 智能水温控制系统 +VUE_APP_TITLE = 智能生猪饲喂系统 # 开发环境配置 ENV = 'development' -# 智能水温控制系统/开发环境 +# 智能生猪饲喂系统/开发环境 VUE_APP_BASE_API = '/dev-api' VUE_APP_IMG_URL = 'https://test.tall.wiki/commen/' VUE_APP_API_QZURL = 'https://test.tall.wiki/commen/' diff --git a/.env.production b/.env.production index 9deaa3c..c9ab224 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能水温控制系统 +VUE_APP_TITLE = 智能生猪饲喂系统 # 生产环境配置 NODE_ENV = 'production' diff --git a/.env.staging b/.env.staging index 79b552e..7a2e93c 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能水温控制系统 +VUE_APP_TITLE = 智能生猪饲喂系统 # 生产环境配置 NODE_ENV = 'production' diff --git a/package.json b/package.json index c4800b4..b6889c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.8.9", - "description": "智能水温控制系统", + "description": "智能生猪饲喂系统", "author": "若依", "license": "MIT", "scripts": { diff --git a/src/views/index.vue b/src/views/index.vue index 5cd6bcd..d4b924b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,24 +1,17 @@