From cacd32ecf49438a3417d9dfc7e78ba24b4ea5f92 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 09 四月 2022 14:15:37 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index 69302a4..d85f0c4 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -306,7 +306,7 @@
                                     if (existMats.indexOf(item.value) === -1) {
                                         // 鏌ヨ鐗╂枡璇︽儏
                                         $.ajax({
-                                            url: baseUrl+"/matCode/covert/"+item.value+"/auth",
+                                            url: baseUrl+"/mat/covert/"+item.value+"/auth",
                                             headers: {'token': localStorage.getItem('token')},
                                             method: 'GET',
                                             async: false,

--
Gitblit v1.9.1