From a4b714b95a4ac17ad1e032e0f8823733c821d05a Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Sun, 07 Aug 2022 18:47:16 +0800
Subject: [PATCH] !224 处理XSS攻击问题 Merge pull request !224 from Pcat/hotfix-3.6.1.pcat#I5IRC8
---
ruoyi-ui/src/store/index.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/store/index.js b/ruoyi-ui/src/store/index.js
index eceb2cd..2ee6e43 100644
--- a/ruoyi-ui/src/store/index.js
+++ b/ruoyi-ui/src/store/index.js
@@ -1,6 +1,7 @@
import Vue from 'vue'
import Vuex from 'vuex'
import app from './modules/app'
+import dict from './modules/dict'
import user from './modules/user'
import tagsView from './modules/tagsView'
import permission from './modules/permission'
@@ -12,6 +13,7 @@
const store = new Vuex.Store({
modules: {
app,
+ dict,
user,
tagsView,
permission,
--
Gitblit v1.9.3