From 5117e94de4873aa4c2a725f74a43613124e56317 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 十一月 2023 15:54:19 +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