diff --git a/admin-front/.env b/admin-front/.env
index 6b838c8..3cd9b56 100644
--- a/admin-front/.env
+++ b/admin-front/.env
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 觉远创智管理系统
+VUE_APP_TITLE = 觉远创智功能镜片配镜系统
# 开发环境配置
ENV = 'development'
-# 觉远创智管理系统/开发环境
+# 觉远创智功能镜片配镜系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
diff --git a/admin-front/.env.development b/admin-front/.env.development
index ca2cb34..6b01a1f 100644
--- a/admin-front/.env.development
+++ b/admin-front/.env.development
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 觉远创智管理系统
+VUE_APP_TITLE = 觉远创智功能镜片配镜系统
# 开发环境配置
ENV = 'development'
-# 觉远创智管理系统/开发环境
+# 觉远创智功能镜片配镜系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
diff --git a/admin-front/.env.production b/admin-front/.env.production
index 33321e9..50d2971 100644
--- a/admin-front/.env.production
+++ b/admin-front/.env.production
@@ -1,8 +1,8 @@
# 页面标题
-VUE_APP_TITLE = 觉远创智管理系统
+VUE_APP_TITLE = 觉远创智功能镜片配镜系统
# 生产环境配置
ENV = 'production'
-# 觉远创智管理系统/生产环境
+# 觉远创智功能镜片配镜系统/生产环境
VUE_APP_BASE_API = '/prod-api'
diff --git a/admin-front/.env.staging b/admin-front/.env.staging
index 36cde17..5d9b7c4 100644
--- a/admin-front/.env.staging
+++ b/admin-front/.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/admin-front/package.json b/admin-front/package.json
index 5b92a74..3643ff9 100644
--- a/admin-front/package.json
+++ b/admin-front/package.json
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.8",
- "description": "觉远创智管理系统",
+ "description": "觉远创智功能镜片配镜系统",
"author": "觉远创智",
"license": "MIT",
"scripts": {
diff --git a/admin-front/public/index.html b/admin-front/public/index.html
index 050bb83..c345268 100644
--- a/admin-front/public/index.html
+++ b/admin-front/public/index.html
@@ -7,7 +7,7 @@
-
觉远创智管理系统
+ 觉远创智功能镜片配镜系统
diff --git a/admin-front/src/views/login.vue b/admin-front/src/views/login.vue
index bdeb357..ae44dd5 100644
--- a/admin-front/src/views/login.vue
+++ b/admin-front/src/views/login.vue
@@ -1,7 +1,7 @@
- 觉远创智后台管理系统
+ 觉远创智功能镜片配镜系统
- 觉远创智后台管理系统
+ 觉远创智功能镜片配镜系统
diff --git a/admin-front/vue.config.js b/admin-front/vue.config.js
index 58d35b5..d1dd39b 100644
--- a/admin-front/vue.config.js
+++ b/admin-front/vue.config.js
@@ -7,8 +7,8 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
-// const name = process.env.VUE_APP_TITLE || '觉远创智管理系统' // 网页标题
-const name = '觉远创智管理系统' // 网页标题
+// const name = process.env.VUE_APP_TITLE || '觉远创智功能镜片配镜系统' // 网页标题
+const name = '觉远创智功能镜片配镜系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 2091 // 端口
diff --git a/back/src/main/resources/application.yml b/back/src/main/resources/application.yml
index b6b3ef7..480682d 100644
--- a/back/src/main/resources/application.yml
+++ b/back/src/main/resources/application.yml
@@ -203,7 +203,7 @@ wechat:
# 业务短信(template 为短信平台模板 Code,变量由代码传入)
# assign-order 模板:您有新分配的制片单(订单号${code}),请立即登录觉远配片系统查看并处理。
-# ship-order 模板:您的配片单(订单号${code})已发出,由${expressCompany}承运,单号${expressNo},可在官网查询物流进度。
+# ship-order 模板:您的配片单(订单号${code})已发出,由${expressCompany}承运。
sms:
sign-name: 金华觉远创智科技
assign-order:
diff --git a/developer-front/.env.development b/developer-front/.env.development
index eab2bb6..2235854 100644
--- a/developer-front/.env.development
+++ b/developer-front/.env.development
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE=觉远创智配件系统
+VUE_APP_TITLE=觉远创智功能镜片配镜系统
# 开发环境配置
ENV = 'development'
-# 觉远创智管理系统/开发环境
+# 觉远创智功能镜片配镜系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
diff --git a/developer-front/.env.production b/developer-front/.env.production
index 58dc412..45a5ab3 100644
--- a/developer-front/.env.production
+++ b/developer-front/.env.production
@@ -1,8 +1,8 @@
# 页面标题
-VUE_APP_TITLE=觉远创智配件系统
+VUE_APP_TITLE=觉远创智功能镜片配镜系统
# 生产环境配置
ENV = 'production'
-# 觉远创智管理系统/生产环境
+# 觉远创智功能镜片配镜系统/生产环境
VUE_APP_BASE_API = '/prod-api'
diff --git a/developer-front/.env.staging b/developer-front/.env.staging
index 1b931f4..baa26ba 100644
--- a/developer-front/.env.staging
+++ b/developer-front/.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/developer-front/package.json b/developer-front/package.json
index 62d577f..011db25 100644
--- a/developer-front/package.json
+++ b/developer-front/package.json
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.8",
- "description": "觉远创智配件系统",
+ "description": "觉远创智功能镜片配镜系统",
"author": "觉远创智",
"license": "MIT",
"scripts": {
diff --git a/developer-front/src/App.vue b/developer-front/src/App.vue
index d1707a5..d79e462 100644
--- a/developer-front/src/App.vue
+++ b/developer-front/src/App.vue
@@ -15,7 +15,7 @@ export default {
return {
title: this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,
titleTemplate: title => {
- const appTitle = process.env.VUE_APP_TITLE || '觉远创智配件系统'
+ const appTitle = process.env.VUE_APP_TITLE || '觉远创智功能镜片配镜系统'
return title ? `${title} - ${appTitle}` : appTitle
}
}
diff --git a/developer-front/src/assets/images/home/logo.c3029a2f.png b/developer-front/src/assets/images/home/logo.c3029a2f.png
index 0af4a18..12ab5e0 100644
Binary files a/developer-front/src/assets/images/home/logo.c3029a2f.png and b/developer-front/src/assets/images/home/logo.c3029a2f.png differ
diff --git a/developer-front/src/assets/images/home/logo.c3029a2f2.png b/developer-front/src/assets/images/home/logo.c3029a2f2.png
new file mode 100644
index 0000000..0af4a18
Binary files /dev/null and b/developer-front/src/assets/images/home/logo.c3029a2f2.png differ
diff --git a/developer-front/src/layout/components/Sidebar/Logo.vue b/developer-front/src/layout/components/Sidebar/Logo.vue
index ce0d8d9..a394d39 100644
--- a/developer-front/src/layout/components/Sidebar/Logo.vue
+++ b/developer-front/src/layout/components/Sidebar/Logo.vue
@@ -36,7 +36,7 @@ export default {
data() {
return {
// title: process.env.VUE_APP_TITLE,
- title: '觉远创智配件系统',
+ title: '觉远创智功能镜片配镜系统',
logo: logoImg
}
}
diff --git a/developer-front/src/views/home/NavBar.vue b/developer-front/src/views/home/NavBar.vue
index cb31a52..3737f29 100644
--- a/developer-front/src/views/home/NavBar.vue
+++ b/developer-front/src/views/home/NavBar.vue
@@ -2,7 +2,7 @@