人脸识别与大模型问答

This commit is contained in:
jiang 2024-12-12 09:41:07 +08:00
parent 9f73970cc9
commit dcf6c68722
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 若依管理系统 VUE_APP_TITLE = 睿思AI平台
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'

View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 若依管理系统 VUE_APP_TITLE = 睿思AI平台
NODE_ENV = production NODE_ENV = production

View File

@ -1,7 +1,7 @@
{ {
"name": "bonus", "name": "bonus",
"version": "3.6.4", "version": "3.6.4",
"description": "博诺思管理系统", "description": "睿思AI平台",
"author": "博诺思", "author": "博诺思",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

View File

@ -122,7 +122,7 @@ export default {
this.faceUrl = data.faceAddress; this.faceUrl = data.faceAddress;
this.name = data.name; this.name = data.name;
this.sex = data.sex; this.sex = data.sex;
this.$message.success(res.msg) this.$message.success("识别成功")
} else { } else {
this.$message.error(res.msg) this.$message.error(res.msg)
} }

View File

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口