From 88bd6794123c5c116c450406a0bf88715300d3a5 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期三, 26 一月 2022 08:26:25 +0800
Subject: [PATCH] 添加配置文件
---
src/main/webapp/static/js/tableData.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/tableData.js b/src/main/webapp/static/js/tableData.js
index 3b799e5..2205212 100644
--- a/src/main/webapp/static/js/tableData.js
+++ b/src/main/webapp/static/js/tableData.js
@@ -10,7 +10,7 @@
var proData = ["椤圭洰鍚嶇О","寮�濮嬫椂闂�","缁撴潫鏃堕棿",]
var getTheaddData = function(){
$.ajax({
- url:'http://192.168.4.99:8080/pms/projectPlan/flowStatus',
+ url:baseurl+'/pms/projectPlan/flowStatus',
type:'GET',
dataType:'JSON',
data:{},
@@ -35,7 +35,7 @@
/*****************************************************************************************************************************************************************************/
var getThbodyData = function(){
$.ajax({
- url:'http://192.168.4.99:8080/pms/projectPlan/toFront',
+ url:baseurl+'/pms/projectPlan/toFront',
type:'GET',
dataType:'JSON',
data:{},
--
Gitblit v1.9.1