From 958ac28a95aec459683f5a6e2f4627660604c03b Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期三, 11 三月 2026 23:53:41 +0800 Subject: [PATCH] feat(dashboard): 添加到期合同导出功能并优化时间范围参数传递 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index d3bbf98..616f8d1 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = '' +VUE_APP_BASE_API = 'http://127.0.0.1:8301/' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. -- Gitblit v1.8.0