From 29c0385d825f44c58f3f039a651c9c5e212225ef Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 23 九月 2025 10:00:36 +0800
Subject: [PATCH] yys 1.回款登记台账页面,增加一个开票日期列,和开票日期时间段查询 2.开票登记台账页面,增加合同录入日期列,和合同录入日期时间段查询
---
vite.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 2f9c048..e47d091 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,7 +8,7 @@
const { VITE_APP_ENV } = env;
const baseUrl =
VITE_APP_ENV == "development"
- ? "http://127.0.0.1:7005" // 寮�鍙戠幆澧冨悗绔帴鍙�
+ ? "http://localhost:9036" // 寮�鍙戠幆澧冨悗绔帴鍙�
: "http://114.132.189.42:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
return {
--
Gitblit v1.9.3