From 34f99d106551b51bf2af3bbd40c64624a3af25eb Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 09 九月 2023 09:43:57 +0800
Subject: [PATCH] #
---
 src/main/webapp/views/pri/pri_use.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pri/pri_use.html b/src/main/webapp/views/pri/pri_use.html
index 302526b..de567cb 100644
--- a/src/main/webapp/views/pri/pri_use.html
+++ b/src/main/webapp/views/pri/pri_use.html
@@ -53,7 +53,7 @@
       //淇敼
       $.ajax({
         type:"get",
-        url: "/pri/" + getUrlParams('id') + "/auth",
+        url: baseUrl + "/pri/" + getUrlParams('id') + "/auth",
         dataType:"json",
         headers: {'token': localStorage.getItem('token')},
         success:function(res) {
@@ -113,7 +113,7 @@
     $("#save").on("click",() => {
       //闇�瑕佸帇缂╂暟鎹啀涓婁紶
       $.ajax({
-        url: "/priOnline/add/auth",
+        url: baseUrl + "/priOnline/add/auth",
         headers: {'token': localStorage.getItem('token')},
         data: JSON.stringify({
           title: getUrlParams('title'),
--
Gitblit v1.9.1