From cabc5cac8a3e3867bcbbc4598c2cef6758f6e0c4 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期日, 04 一月 2026 13:33:47 +0800
Subject: [PATCH] #port

---
 src/main/webapp/views/erpTongbu/tongbu.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/erpTongbu/tongbu.html b/src/main/webapp/views/erpTongbu/tongbu.html
index 157e716..e06e608 100644
--- a/src/main/webapp/views/erpTongbu/tongbu.html
+++ b/src/main/webapp/views/erpTongbu/tongbu.html
@@ -167,7 +167,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url: "http://127.0.0.1:9090/mo/tongbu/getList",
+                    url: "http://127.0.0.1:8133/mo/tongbu/getList",
                     dataType: 'json',
                     contentType: 'application/json;charset=UTF-8',
                     method: 'GET',
@@ -220,7 +220,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url: "http://127.0.0.1:9090/mo/tongbu/"+method,
+                    url: "http://127.0.0.1:8133/mo/tongbu/"+method,
                     data: {
                         izSrcVouch:izSrcVouch
                     },
@@ -270,7 +270,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url:"http://127.0.0.1:9090/mo/tongbu/tongbu",
+                    url:"http://127.0.0.1:8133/mo/tongbu/tongbu",
                     data: JSON.stringify(selectList.value),
                     dataType: 'json',
                     contentType: 'application/json;charset=UTF-8',
@@ -340,7 +340,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url:"http://127.0.0.1:9090/mo/tongbu/"+method,
+                    url:"http://127.0.0.1:8133/mo/tongbu/"+method,
                     data: JSON.stringify({
                         list : JSON.stringify(selectListDialog.value),
                         izSrcVouch : izSrcVouch

--
Gitblit v1.9.1