From b6ff30b4854c9af717ae3f401b247e49765dffac Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 13 三月 2025 09:40:06 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/common.js | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c94c460..f7253a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.zy</groupId>
- <artifactId>wcs</artifactId>
+ <artifactId>rcs</artifactId>
<version>1.0.0</version>
<packaging>war</packaging>
@@ -114,7 +114,7 @@
</dependencies>
<build>
- <finalName>wcs</finalName>
+ <finalName>rcs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 2a45d7e..4d3f029 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/wcs";
+var baseUrl = "/rcs";
// 璧嬪��
function setVal(el, val) {
--
Gitblit v1.9.1