From b8b9d9a4b29737c8335d3cf341f901d6b78013b0 Mon Sep 17 00:00:00 2001 From: zwq Date: Tue, 10 Oct 2023 16:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- .env.front | 2 +- .env.prod | 2 +- .env.stage | 2 +- .env.static | 2 +- package.json | 4 ++-- src/views/axl/task/inputArea.vue | 4 ++-- src/views/bpm/processInstance/index.vue | 3 +++ vue.config.js | 2 +- 9 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.env.dev b/.env.dev index 43aaab8..dbfa1b3 100644 --- a/.env.dev +++ b/.env.dev @@ -1,7 +1,7 @@ ### # @Author: Do not edit # @Date: 2023-08-29 09:40:39 - # @LastEditTime: 2023-09-20 14:18:11 + # @LastEditTime: 2023-09-27 14:04:02 # @LastEditors: zwq # @Description: ### @@ -9,7 +9,7 @@ ENV = 'development' # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = 爱协林管理系统 # 芋道管理系统/开发环境 VUE_APP_BASE_API = 'http://192.168.1.12:48080' diff --git a/.env.front b/.env.front index 9e2d4d2..f8f08ec 100644 --- a/.env.front +++ b/.env.front @@ -2,7 +2,7 @@ ENV = 'development' # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = 爱协林管理系统 # 芋道管理系统/本地环境 VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn' diff --git a/.env.prod b/.env.prod index 4c6133c..2651075 100644 --- a/.env.prod +++ b/.env.prod @@ -2,7 +2,7 @@ ENV = 'production' # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = 爱协林管理系统 # 芋道管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.stage b/.env.stage index 5942b3c..7da5b98 100644 --- a/.env.stage +++ b/.env.stage @@ -1,7 +1,7 @@ NODE_ENV = production # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = 爱协林管理系统 # 测试环境配置 ENV = 'staging' diff --git a/.env.static b/.env.static index 13901cd..a1e1d49 100644 --- a/.env.static +++ b/.env.static @@ -4,7 +4,7 @@ NODE_ENV = development ENV = 'staging' # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = 爱协林管理系统 # 芋道管理系统/测试环境 VUE_APP_BASE_API = 'http://127.0.0.1:48080' diff --git a/package.json b/package.json index 090e7f1..8fc97ef 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "yudao-ui-admin", "version": "1.7.3-snapshot", - "description": "芋道管理系统", - "author": "芋道", + "description": "爱协林管理系统", + "author": "爱协林", "license": "MIT", "scripts": { "local": "vue-cli-service serve --mode local", diff --git a/src/views/axl/task/inputArea.vue b/src/views/axl/task/inputArea.vue index 00d7812..83b537e 100644 --- a/src/views/axl/task/inputArea.vue +++ b/src/views/axl/task/inputArea.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2023-09-22 15:36:40 * @LastEditors: zwq - * @LastEditTime: 2023-09-25 14:09:31 + * @LastEditTime: 2023-09-26 16:00:17 * @Description: -->