From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 02 十二月 2023 10:38:27 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/contract/contract_more.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/contract/contract_more.html b/src/main/webapp/views/contract/contract_more.html
index 7095b3c..0049247 100644
--- a/src/main/webapp/views/contract/contract_more.html
+++ b/src/main/webapp/views/contract/contract_more.html
@@ -135,7 +135,7 @@
         function init(){
             notice.msg('姝e湪杞藉叆鏁版嵁......', {icon: 4, position: "topRight"});
             $.ajax({
-                url: baseUrl + "/contract/" + contractId + "/auth",
+                url: baseUrl + "/contract/" + contractId + "/auth2",
                 headers: {'token': localStorage.getItem('token')},
                 method: 'GET',
                 success: function (res) {

--
Gitblit v1.9.1