hejianhao
2025-05-08 3a26073dd1aae27cdecb21d096b718c51e680526
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,