From 4240f70d29d85367f8294013f4f528042e243f40 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 08 四月 2024 15:09:19 +0800
Subject: [PATCH] 切换真实数据接口

---
 Source/ProjectWeb/src/store/modules/dict.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/ProjectWeb/src/store/modules/dict.js b/Source/ProjectWeb/src/store/modules/dict.js
index 837dbe6..ef3bd98 100644
--- a/Source/ProjectWeb/src/store/modules/dict.js
+++ b/Source/ProjectWeb/src/store/modules/dict.js
@@ -9,12 +9,12 @@
   actions: {
     FlowRoutes({commit}) {
       return new Promise((resolve, reject) => {
-        getDictionary({code: 'flow'}).then(res => {
+        /*getDictionary({code: 'flow'}).then(res => {
           commit('SET_FLOW_ROUTES', res.data.data);
           resolve();
         }).catch(error => {
           reject(error)
-        })
+        })*/
       })
     },
   },

--
Gitblit v1.9.3