From b7ec20b3ec22c858f2db3d9285c5e9d38bd8a48f Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 08 五月 2025 16:17:19 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/culture/src/main.js b/culture/src/main.js index 4d2bcbe..4f599ae 100644 --- a/culture/src/main.js +++ b/culture/src/main.js @@ -14,6 +14,7 @@ import "aieditor/dist/style.css" import './assets/tailwind.css' import './styles/element-variables.less' +import { fetchEncryptionKey } from './utils/encryption' Vue.config.productionTip = false; Vue.use(ElementUI, { size: 'small' }) @@ -62,6 +63,9 @@ return height } +// 获取加密密钥 +// fetchEncryptionKey() + new Vue({ router, store, -- Gitblit v1.7.1