From 6a5c5a8b53042d68ce254f394db8a81497e3565a Mon Sep 17 00:00:00 2001 From: anna Date: Mon, 25 Sep 2023 15:56:02 +0800 Subject: [PATCH] update ui --- src/auth/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/utils.js b/src/auth/utils.js index 518b5c5..b4b55fa 100644 --- a/src/auth/utils.js +++ b/src/auth/utils.js @@ -9,8 +9,8 @@ import useJwt from 'auth/jwt/coreUseJwt'; export const hostname = 'localhost'; const hostPort = '8090'; export const hostPath = `http://${hostname}:${hostPort}`; -//export const apiPath = `${hostPath}/api`; -export const apiPath = `http://192.168.0.112:8090/api`; +export const apiPath = `${hostPath}/api`; +//export const apiPath = `http://192.168.0.112:8090/api`; //export const apiPath = `/api`; export const isUserLoggedIn = () => {