2ac29ce7 by 杨炀

no message

1 parent ea0bb275
...@@ -142,7 +142,6 @@ import SearchPop_en from './indexSearch_en' ...@@ -142,7 +142,6 @@ import SearchPop_en from './indexSearch_en'
142 import Captcha from './captcha' 142 import Captcha from './captcha'
143 import CaptchaSms from './captchaSms' 143 import CaptchaSms from './captchaSms'
144 import cache from '@/plugins/cache' 144 import cache from '@/plugins/cache'
145 import locale from 'element-plus/lib/locale/lang/zh-cn'
146 import {useStorage} from "@vueuse/core"; 145 import {useStorage} from "@vueuse/core";
147 146
148 const router = useRouter() 147 const router = useRouter()
......
...@@ -94,7 +94,6 @@ import SearchPop_en from './indexSearch_en' ...@@ -94,7 +94,6 @@ import SearchPop_en from './indexSearch_en'
94 import Captcha from './captcha' 94 import Captcha from './captcha'
95 import CaptchaSms from './captchaSms' 95 import CaptchaSms from './captchaSms'
96 import cache from '@/plugins/cache' 96 import cache from '@/plugins/cache'
97 import locale from 'element-plus/lib/locale/lang/zh-cn'
98 import {useStorage} from "@vueuse/core/index"; 97 import {useStorage} from "@vueuse/core/index";
99 98
100 const router = useRouter() 99 const router = useRouter()
......
...@@ -55,8 +55,8 @@ import cache from '@/plugins/cache' ...@@ -55,8 +55,8 @@ import cache from '@/plugins/cache'
55 55
56 import routerCn from './routerPc/cn' 56 import routerCn from './routerPc/cn'
57 import routerEn from './routerPc/en' 57 import routerEn from './routerPc/en'
58 import localeCn from 'element-plus/lib/locale/lang/zh-cn' // 中文语言 58 import localeCn from 'element-plus/es/locale/lang/zh-cn' // 中文语言
59 import localeEn from 'element-plus/lib/locale/lang/en' 59 import localeEn from 'element-plus/es/locale/lang/en'
60 60
61 61
62 62
......
...@@ -167,7 +167,7 @@ const data = reactive({ ...@@ -167,7 +167,7 @@ const data = reactive({
167 loading:false, 167 loading:false,
168 error:false, 168 error:false,
169 matchData: {}, 169 matchData: {},
170 matchId: 0, 170 matchId: '0',
171 groupId: '', 171 groupId: '',
172 activeName2: 'first', 172 activeName2: 'first',
173 popupGroupList: false, 173 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!