Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2ac29ce7
authored
2024-03-15 13:38:11 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
ea0bb275
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
src/layoutPc/components/AppHeader.vue
src/layoutPc/components/AppTop.vue
src/main.js
src/viewsPc/match/detail.vue
src/layoutPc/components/AppHeader.vue
View file @
2ac29ce
...
...
@@ -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
()
...
...
src/layoutPc/components/AppTop.vue
View file @
2ac29ce
...
...
@@ -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
()
...
...
src/main.js
View file @
2ac29ce
...
...
@@ -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'
...
...
src/viewsPc/match/detail.vue
View file @
2ac29ce
...
...
@@ -167,7 +167,7 @@ const data = reactive({
loading
:
false
,
error
:
false
,
matchData
:
{},
matchId
:
0
,
matchId
:
'0'
,
groupId
:
''
,
activeName2
:
'first'
,
popupGroupList
:
false
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment