2ac29ce7 by 杨炀

no message

1 parent ea0bb275
......@@ -142,7 +142,6 @@ import SearchPop_en from './indexSearch_en'
import Captcha from './captcha'
import CaptchaSms from './captchaSms'
import cache from '@/plugins/cache'
import locale from 'element-plus/lib/locale/lang/zh-cn'
import {useStorage} from "@vueuse/core";
const router = useRouter()
......
......@@ -94,7 +94,6 @@ import SearchPop_en from './indexSearch_en'
import Captcha from './captcha'
import CaptchaSms from './captchaSms'
import cache from '@/plugins/cache'
import locale from 'element-plus/lib/locale/lang/zh-cn'
import {useStorage} from "@vueuse/core/index";
const router = useRouter()
......
......@@ -55,8 +55,8 @@ import cache from '@/plugins/cache'
import routerCn from './routerPc/cn'
import routerEn from './routerPc/en'
import localeCn from 'element-plus/lib/locale/lang/zh-cn' // 中文语言
import localeEn from 'element-plus/lib/locale/lang/en'
import localeCn from 'element-plus/es/locale/lang/zh-cn' // 中文语言
import localeEn from 'element-plus/es/locale/lang/en'
......
......@@ -167,7 +167,7 @@ const data = reactive({
loading:false,
error:false,
matchData: {},
matchId: 0,
matchId: '0',
groupId: '',
activeName2: 'first',
popupGroupList: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!