diff --git a/.env.development b/.env.development index 1a77d53..f173e70 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index 94172dc..fc4438e 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index a046e68..282bbca 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智能工厂MES系统 +VUE_APP_TITLE = 机加大师 NODE_ENV = production diff --git a/public/favicon.ico b/public/favicon.ico index e3b55f3..a58c261 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index a45582f..596873b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ <%= webpackConfig.name %> - 智能工厂MES系统 + 机加大师 diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 861ab32..cba7ae7 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,22 +1,17 @@ - + + diff --git a/vue.config.js b/vue.config.js index e52128e..dac1167 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require("compression-webpack-plugin"); -const name = "智能工厂MES系统"; // 网页标题 +const name = "机加大师"; // 网页标题 const port = process.env.port || process.env.npm_config_port || 80; // 端口