From 09ee5added9d59e90310a2586e846137ea597b19 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 01 十二月 2023 13:15:42 +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