From 8f49410c2b06a387e4e9a7ee17fd1fa9928e9479 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期三, 28 六月 2023 20:48:02 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/pakStore.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/pakStore.js b/src/main/webapp/static/js/pakStore/pakStore.js
index 7339689..e782a84 100644
--- a/src/main/webapp/static/js/pakStore/pakStore.js
+++ b/src/main/webapp/static/js/pakStore/pakStore.js
@@ -173,7 +173,7 @@
         return
     }
     $.ajax({
-        url: baseUrl + "/matCode/" + el.value + "/auth",
+        url: baseUrl + "/mat/" + el.value + "/auth",
         headers: {'token': localStorage.getItem('token')},
         method: 'GET',
         success: function (res) {

--
Gitblit v1.9.1