From 847a7773ef1a8ad418c6934d35b5f205a97c04d0 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 06 十二月 2025 17:03:24 +0800
Subject: [PATCH] fix:在任务状态更新时,需要更新日志到旧系统

---
 app/plugins/index.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/plugins/index.js b/app/plugins/index.js
index efbae15..1ce4e16 100644
--- a/app/plugins/index.js
+++ b/app/plugins/index.js
@@ -1,6 +1,7 @@
 import tab from './tab'
 import auth from './auth'
 import modal from './modal'
+import dict from './dict'
 
 export default {
   install(Vue) {
@@ -10,5 +11,7 @@
     Vue.prototype.$auth = auth
     // 妯℃�佹瀵硅薄
     Vue.prototype.$modal = modal
+    // 瀛楀吀瀵硅薄
+    Vue.prototype.$dict = dict
   }
 }

--
Gitblit v1.9.1