diff --git a/.env.production b/.env.production index b4893b0..1c4ef3f 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 睿思AI平台 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 361859f..512253a 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 睿思AI平台 NODE_ENV = production diff --git a/package.json b/package.json index 7b46929..774959a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bonus", "version": "3.6.4", - "description": "博诺思管理系统", + "description": "睿思AI平台", "author": "博诺思", "license": "MIT", "scripts": { diff --git a/src/views/updateFace/midPic.vue b/src/views/updateFace/midPic.vue index 59da35c..aab7770 100644 --- a/src/views/updateFace/midPic.vue +++ b/src/views/updateFace/midPic.vue @@ -122,7 +122,7 @@ export default { this.faceUrl = data.faceAddress; this.name = data.name; this.sex = data.sex; - this.$message.success(res.msg) + this.$message.success("识别成功") } else { this.$message.error(res.msg) } diff --git a/vue.config.js b/vue.config.js index 06f8c38..23d5411 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题 +const name = '睿思AI平台' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口