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/erpBegindata/begindata.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/views/erpBegindata/begindata.html b/src/main/webapp/views/erpBegindata/begindata.html
index 29fc84d..547995d 100644
--- a/src/main/webapp/views/erpBegindata/begindata.html
+++ b/src/main/webapp/views/erpBegindata/begindata.html
@@ -43,7 +43,7 @@
         <el-form :inline="true">
             <el-form-item label="">
                 <el-upload
-                        action="http://127.0.0.1:9090/basicinfo/begindata/readExcel"
+                        action="http://127.0.0.1:8133/basicinfo/begindata/readExcel"
                         :show-file-list="false"
                 >
                     <el-button type="primary">瀵煎叆</el-button>
@@ -171,7 +171,7 @@
                     background: 'rgba(0, 0, 0, 0.7)',
                 })
                 $.ajax({
-                    url: "http://127.0.0.1:9090/basicinfo/begindata/getList",
+                    url: "http://127.0.0.1:8133/basicinfo/begindata/getList",
                     headers: {
                         'token': localStorage.getItem('token')
                     },
@@ -214,7 +214,7 @@
                             background: 'rgba(0, 0, 0, 0.7)',
                         })
                         $.ajax({
-                            url:"http://127.0.0.1:9090/basicinfo/begindata/softDelete",
+                            url:"http://127.0.0.1:8133/basicinfo/begindata/softDelete",
                             data: JSON.stringify(selectList.value),
                             dataType: 'json',
                             contentType: 'application/json;charset=UTF-8',
@@ -254,7 +254,7 @@
                             background: 'rgba(0, 0, 0, 0.7)',
                         })
                         $.ajax({
-                            url:"http://127.0.0.1:9090/basicinfo/begindata/saveorupdate",
+                            url:"http://127.0.0.1:8133/basicinfo/begindata/saveorupdate",
                             data: JSON.stringify(formData.value),
                             dataType: 'json',
                             contentType: 'application/json;charset=UTF-8',
@@ -295,7 +295,7 @@
                             background: 'rgba(0, 0, 0, 0.7)',
                         })
                         $.ajax({
-                            url: "http://127.0.0.1:9090/basicinfo/begindata/export",
+                            url: "http://127.0.0.1:8133/basicinfo/begindata/export",
                             data: data,
                             contentType: 'application/json;charset=UTF-8',
                             method: 'GET',
@@ -350,7 +350,7 @@
 
             function getVendor(){
                 $.ajax({
-                    url: "http://127.0.0.1:9090/basicinfo/vendor/getlistfordropdown",
+                    url: "http://127.0.0.1:8133/basicinfo/vendor/getlistfordropdown",
                     contentType: 'application/json;charset=UTF-8',
                     method: 'GET',
                     success: function(res) {

--
Gitblit v1.9.1