From a5a600575d1c827bcd125d2f4cea374d72f5236a Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 23 五月 2023 09:55:43 +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 3622707..ed11081 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -335,7 +335,7 @@ let item = selectList[i]; // 鏌ヨ鐗╂枡璇︽儏 $.ajax({ - url: baseUrl+"/mat/covert/"+item.value+"/auth", + url: baseUrl+"/mat/covert/"+btoa(item.value)+"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', async: false, -- Gitblit v1.9.1