From 7ff67bff3b4ac5e503ca4291f03eee1ac213fd33 Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期四, 26 三月 2026 16:33:36 +0800
Subject: [PATCH] refactor(financial): 简化收支借款管理页面并移除编辑功能
---
src/pages_template/common/config.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pages_template/common/config.js b/src/pages_template/common/config.js
new file mode 100644
index 0000000..fd26ebf
--- /dev/null
+++ b/src/pages_template/common/config.js
@@ -0,0 +1,3 @@
+export default {
+ baseUrl: 'https://api.youzixy.com'
+}
--
Gitblit v1.9.3