From a270709a3e75f7be2ce4da55f4d12886d24d4e06 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期六, 02 四月 2022 15:06:19 +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