From 8bfb4724eb500c685546f5c020f6fd8983d7c75b Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 04 九月 2025 15:25:53 +0800
Subject: [PATCH] mdc首页根据设备管理样式及功能进行调整

---
 src/utils/request.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/request.js b/src/utils/request.js
index 9092e57..9096390 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -11,7 +11,7 @@
  * 鍒欐槧灏勫悗绔煙鍚嶏紝閫氳繃 vue.config.js
  * @type {*|string}
  */
-let apiBaseUrl = window._CONFIG['domianURL'] || "/jeecg-boot";
+let apiBaseUrl =  window._CONFIG['domianURL'] || "/jeecg-boot";
 //console.log("apiBaseUrl= ",apiBaseUrl)
 // 鍒涘缓 axios 瀹炰緥
 const service = axios.create({

--
Gitblit v1.9.3