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

@@ -27,19 +27,19 @@ import { useUserStore } from "@/stores/modules/user";
import MyTable from "@/components/MyTable/index.vue";
import { RETURN_VALUE } from "./example/index";
const userStore = useUserStore();
const PARAMS_DATA = {
const PARAMS_DATA: any = {
1: ZH_DATA,
2: EN_DATA
};
const TEXTAREA_TITLES = {
const TEXTAREA_TITLES: any = {
1: "请求示例",
2: "Request Example"
};
const TEXTAREA_TITLES1 = {
const TEXTAREA_TITLES1: any = {
1: "响应示例",
2: "Response Example"
};
const PARAMS_VALUE = {
const PARAMS_VALUE: any = {
1: "公共参数",
2: "Common parameters"
};