From 1c55a832ef8c153ea2a5d3a61c762259a745d367 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 01 四月 2022 13:18:41 +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