U
he wei
2025-03-27 a18245606214250afb1d09a86ee69280b510d47e
U
1个文件已修改
3 ■■■■ 已修改文件
src/components/menuList.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menuList.vue
@@ -463,7 +463,8 @@
import i18n from "./i18n/menuList";
import { createI18nOption } from "@/assets/js/tools/i18n";
const i18nMixin = createI18nOption(i18n);
import i18nRule from '@/assets/js/i18n/const_rules.js';
const i18nMixin = createI18nOption(i18n, [[i18nRule, 'rule']]);
const { isStandard, lang } = config;
const O_rules = CONST.rules;