From 94cd90e22facb0e75a6e255ce125aa4ea6aca260 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 十二月 2021 15:20:44 +0800 Subject: [PATCH] 2021-12-10 --- src/menu/stylecombcontroller/index.jsx | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/menu/stylecombcontroller/index.jsx b/src/menu/stylecombcontroller/index.jsx index 6a9d18a..f7b3ffa 100644 --- a/src/menu/stylecombcontroller/index.jsx +++ b/src/menu/stylecombcontroller/index.jsx @@ -4,8 +4,6 @@ import { Collapse, Form, Col, Icon, InputNumber, Select, Radio, Drawer, Button } from 'antd' import MKEmitter from '@/utils/events.js' -import zhCN from '@/locales/zh-CN/mob.js' -import enUS from '@/locales/en-US/mob.js' import ColorSketch from '@/mob/colorsketch' import StyleInput from './styleInput' import './index.scss' @@ -20,7 +18,6 @@ } state = { - dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, options: [], style: {}, borposition: 'outer' -- Gitblit v1.8.0