fix: 🧩 修复打包错误

This commit is contained in:
2025-05-26 10:33:33 +08:00
parent 6e3c0d9ae2
commit 1c33c0d92e
15 changed files with 62 additions and 123 deletions

View File

@@ -52,7 +52,7 @@ let title = ref("ORICO品牌官网开放平台");
watch(
() => userStore.languageValue,
newVal => {
const PARAMS_DATA = {
const PARAMS_DATA: any = {
1: "ORICO品牌官网开放平台",
2: "ORICO brand official website open platform"
};