diff --git a/.env.development b/.env.development index 38c048a..322e5f9 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 闻荫管理系统/开发环境 VUE_APP_BASE_API = 'http://localhost:12080/admin-api' # 路由懒加载 diff --git a/.env.production b/.env.production index b4893b0..eeb460e 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 闻荫管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 361859f..7da4dab 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 闻荫管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 闻荫管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/package.json b/package.json index d9b401c..8d48f48 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.7", - "description": "若依管理系统", - "author": "若依", + "description": "闻荫管理系统", + "author": "闻荫", "license": "MIT", "scripts": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", diff --git a/public/index.html b/public/index.html index 925455c..fed42c2 100644 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ - - <%= webpackConfig.name %> + + 闻荫管理系统