From 1b576a30a84b8b57f5b7d7a22424f9fc08d08516 Mon Sep 17 00:00:00 2001
From: xjj <xjj@123>
Date: 星期二, 27 二月 2024 13:03:56 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/services/route.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/services/route.js b/zy-asrs-flow/src/services/route.js
index 3daa1bd..0d77554 100644
--- a/zy-asrs-flow/src/services/route.js
+++ b/zy-asrs-flow/src/services/route.js
@@ -14,7 +14,6 @@
 
 export async function getUserInfo(options) {
     return request('/api/auth/user', {
-        baseURL: 'http://localhost:9090/wcs',
         method: 'GET',
         ...(options || {}),
     });
@@ -22,7 +21,6 @@
 
 export async function getRouters() {
     return request('/api/auth/menu', {
-        baseURL: 'http://localhost:9090/wcs'
     });
 }
 

--
Gitblit v1.9.1