From aec98248047327dd29d9ac6f5f307d5a86b939a1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 06 八月 2025 13:57:32 +0800
Subject: [PATCH] 更新
---
src/stores/StoresConfing.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 6aa200d..641fa35 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -2,6 +2,7 @@
import { ref } from 'vue'
export const confingInfoStore =defineStore('confingInfo',()=>{
const confingInfo=ref({
+ clientCode:"",//客户端编号
isLanFace:false,//内网版
faceType:"百度",//人脸识别类型 baidu 阿里云
faceApi:'',
--
Gitblit v1.8.0