From 114ffafeeb20ef7066cb2e2882bb58b96f791ab5 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 20 十月 2025 11:33:11 +0800
Subject: [PATCH] 提交数据
---
项目代码/前端/单机版/src/utils/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\211\215\347\253\257/\345\215\225\346\234\272\347\211\210/src/utils/index.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\211\215\347\253\257/\345\215\225\346\234\272\347\211\210/src/utils/index.js"
index 5ab22c0..07301a1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\211\215\347\253\257/\345\215\225\346\234\272\347\211\210/src/utils/index.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\211\215\347\253\257/\345\215\225\346\234\272\347\211\210/src/utils/index.js"
@@ -1,11 +1,12 @@
import { dayjs } from "element-plus";
// import XLSX from "xlsx"; //瀵煎叆xlsx
-export const baseUrl = "http://127.0.0.1:1598"
+export const baseUrl = "http://192.168.1.103:9093"
// http://127.0.0.1:1598
// http://192.168.1.103:9093 浠ュ墠绾夸笂鍦板潃
export const faceRecognitionUrl = "http://192.168.1.103:9095"
+// export const faceRecognitionUrl = "http://127.0.0.1:1598"
//瀵硅薄杞現ormData鐢熸垚鏂规硶
export function objToFormData(obj) {
--
Gitblit v1.9.3