This commit is contained in:
qsh
2024-05-23 14:08:08 +08:00
parent 28c328d191
commit 3050b9a2fe
109 changed files with 479 additions and 3139 deletions

View File

@@ -1,7 +1,7 @@
import router from '@/router'
import { name as appName } from '../../../package.json'
let name = `${appName}-${import.meta.env.VITE_APP_ENV}`
let name = `${appName}-${import.meta.env.VITE_NODE_ENV}`
const sessionCache = {
set(key, value) {