diff --git a/ZR.Vue/.env.development b/ZR.Vue/.env.development index e3942d6..e3d7f72 100644 --- a/ZR.Vue/.env.development +++ b/ZR.Vue/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # 页面标题 -VUE_APP_TITLE = ZrAdmin.NET管理系统 +VUE_APP_TITLE = 'ZrAdmin.NET后台管理' # 开发环境 VUE_APP_BASE_API = '/dev-api' diff --git a/ZR.Vue/.env.production b/ZR.Vue/.env.production index c615a61..d54f532 100644 --- a/ZR.Vue/.env.production +++ b/ZR.Vue/.env.production @@ -2,10 +2,10 @@ ENV = 'production' # 页面标题 -VUE_APP_TITLE = ZrAdmin.NET管理系统 +VUE_APP_TITLE = 'ZrAdmin.NET后台管理' # 生产环境 VUE_APP_BASE_API = '/prod-api' # 路由前缀 -VUE_APP_ROUTER_PREFIX = '/admin/' +VUE_APP_ROUTER_PREFIX = '/' diff --git a/ZR.Vue/.env.staging b/ZR.Vue/.env.staging index 6907d21..4504612 100644 --- a/ZR.Vue/.env.staging +++ b/ZR.Vue/.env.staging @@ -2,7 +2,7 @@ ENV = 'staging' # 页面标题 -VUE_APP_TITLE = ZrAdmin.NET管理系统 +VUE_APP_TITLE = 'ZrAdmin.NET后台管理' # 测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/ZR.Vue/package.json b/ZR.Vue/package.json index 0564ec4..c8b8421 100644 --- a/ZR.Vue/package.json +++ b/ZR.Vue/package.json @@ -1,6 +1,6 @@ { "name": "zradmin", - "description": "ZrAdmnin.NET管理系统", + "description": "ZrAdmnin.NET后台管理", "author": "ZR", "scripts": { "dev": "vue-cli-service serve", diff --git a/ZR.Vue/src/settings.js b/ZR.Vue/src/settings.js index 27e509d..1504f07 100644 --- a/ZR.Vue/src/settings.js +++ b/ZR.Vue/src/settings.js @@ -2,8 +2,8 @@ module.exports = { /** * 框架版本号 */ - version: '3.7.0', - title: 'ZrAdmin.NET-管理系统', + version: '3.7.2', + title: 'ZrAdmin.NET-后台管理', /** * 主题颜色 */