fix: update CryptoJS import path in hqsz route

This commit is contained in:
Tony
2026-03-13 01:55:24 +08:00
parent dcbe25be59
commit 3046b6c8c5

View File

@@ -1,4 +1,4 @@
import CryptoJS from 'crypto-js/crypto-js';
import CryptoJS from 'crypto-js';
import type { Route } from '@/types';
import cache from '@/utils/cache';