mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
refactor: for test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ from "lodash-es";
|
||||
import _ from "lodash";
|
||||
export default {
|
||||
arrayToMap(array) {
|
||||
if (!array) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import _ from "lodash-es";
|
||||
import _ from "lodash";
|
||||
export function getEnvValue(key) {
|
||||
// @ts-ignore
|
||||
return import.meta.env["VITE_APP_" + key];
|
||||
|
||||
Reference in New Issue
Block a user