diff --git a/.env.development b/.env.development index 83e832c6..d3346e78 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' # 路由懒加载 diff --git a/.env.production b/.env.production index 1f7a054c..b9822ae9 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 智能机具管理系统 +VUE_APP_TITLE = 材料站材料库存管理系统 # 生产环境配置 ENV = 'production' -# 智能机具管理系统/生产环境-公司 +# 材料站材料库存管理系统/生产环境-公司 # VUE_APP_BASE_API = '/prod-api' -# 智能机具管理系统/宏源环境 +# 材料站材料库存管理系统/宏源环境 VUE_APP_BASE_API = '/iws/jiju-api' diff --git a/.env.staging b/.env.staging index 61ba36f7..1e06484b 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 2e764939..c34c35da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bonus", "version": "3.6.4", - "description": "智能机具管理系统", + "description": "材料站材料库存管理系统", "author": "博诺思", "license": "MIT", "scripts": { diff --git a/src/router/index.js b/src/router/index.js index e3dac50e..b7d4a19f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -64,11 +64,11 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: 'home/equipment-supply', + redirect: 'index', children: [ { - path: 'home/equipment-supply', - component: () => import('@/views/home/equipment-supply/index.vue'), + path: 'index', + component: () => import('@/views/index.vue'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true }, hidden: true diff --git a/src/views/index.vue b/src/views/index.vue index 4a73b73f..15a1ad56 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,12 +2,12 @@
-

博诺思后台管理框架

+

材料站材料库存管理系统

- 当前版本: v{{ version }} +

- +
- + +
diff --git a/src/views/login.vue b/src/views/login.vue index 0eab2a34..a5d7a89b 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@