217 Star 14.8K Fork 663

卓源软件/JeeSite Vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.gitee
.vscode
bin
build
packages
public
src
api
assets
components
design
directives
enums
hooks
layouts
locales
logics
router
settings
componentSetting.ts
designSetting.ts
encryptionSetting.ts
localeSetting.ts
projectSetting.ts
siteSetting.ts
store
utils
views
App.vue
main.ts
types
.editorconfig
.env
.env.development
.env.production
.env.tomcat
.gitignore
.npmrc
.prettierignore
.prettierrc.mjs
.stylelintignore
LICENSE
README.md
eslint.config.mjs
index.html
package.json
pnpm-lock.yaml
stylelint.config.mjs
terms.md
tsconfig.json
uno.config.ts
vite.config.ts
克隆/下载
encryptionSetting.ts 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { isDevMode } from '/@/utils/env';
// System default cache time, in seconds ( 60 days )
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 60;
// aes encryption key(key and iv 16 bits)
export const cacheCipher = {
key: '_11111000001111@',
iv: '@11111000001111_',
};
// Whether the system cache is encrypted using aes
export const enableStorageEncryption = !isDevMode();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/thinkgem/jeesite-vue.git
git@gitee.com:thinkgem/jeesite-vue.git
thinkgem
jeesite-vue
JeeSite Vue3
next

搜索帮助