From f76b96c26b878840ecc80b79d1e28e477d5573e6 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期一, 01 七月 2024 18:10:25 +0800
Subject: [PATCH] 模型发布管理 添加

---
 public/config/config.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/public/config/config.js b/public/config/config.js
index a46bb66..e917262 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1 +1,8 @@
-console.log(location)
\ No newline at end of file
+console.log(location);
+const host = location.origin;
+
+const config = {
+  apiServices: "http://192.168.11.24:12316/server/",
+  imageUrl: "",
+  sdkImg: host+"/visual/CimSDK/"
+};

--
Gitblit v1.9.3