From dcf6c68722aa4ccc24972cfa95bfc103ec9a0ab1 Mon Sep 17 00:00:00 2001 From: jiang Date: Thu, 12 Dec 2024 09:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB=E4=B8=8E?= =?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=E9=97=AE=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.staging | 2 +- package.json | 2 +- src/views/updateFace/midPic.vue | 2 +- vue.config.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 // 端口