From 319f665d3f2ce0e88193515e7fbdae39865e155d Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 09 二月 2023 16:51:00 +0800 Subject: [PATCH] # --- src/main/webapp/views/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 7782378..5f5506c 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -52,7 +52,7 @@ window.location.href = baseUrl + "/login"; } $.ajax({ - url: "/ynwcs" + "/console/crn/detail", + url: "/fnwcs" + "/console/crn/detail", headers: { 'token': localStorage.getItem('token') }, @@ -72,7 +72,7 @@ } }) $.ajax({ - url: "/ynwcs" + "/console/loc/detail2", + url: "/fnwcs" + "/console/loc/detail2", headers: { 'token': localStorage.getItem('token') }, -- Gitblit v1.9.1