From dfd7249fad876dee96480d70ff6f5ebd60207617 Mon Sep 17 00:00:00 2001 From: zhiyong.zhou <zhiyong.zhou@highdatas.com> Date: 星期一, 04 三月 2024 18:11:06 +0800 Subject: [PATCH] 树形方法写到工具类中 --- src/config/application/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config/application/index.js b/src/config/application/index.js index 354c601..191da31 100644 --- a/src/config/application/index.js +++ b/src/config/application/index.js @@ -4,5 +4,5 @@ import uat from './application-uat'; export default { - ...dev, + ...local, }; \ No newline at end of file -- Gitblit v1.8.0