Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage-web
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
642f152b
authored
2024-10-11 22:52:21 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更改多语言组件首字母大小写
1 parent
bc9726f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/layout/components/Navbar.vue
src/views/login.vue
src/layout/components/Navbar.vue
View file @
642f152
...
...
@@ -28,7 +28,7 @@ import Screenfull from '@/components/Screenfull'
import
SizeSelect
from
'@/components/SizeSelect'
import
HeaderSearch
from
'@/components/HeaderSearch'
import
Language
from
'@/layout/components/
l
anguage'
import
Language
from
'@/layout/components/
L
anguage'
import
Logo
from
'./Logo'
import
useAppStore
from
'@/store/modules/app'
import
useUserStore
from
'@/store/modules/user'
...
...
src/views/login.vue
View file @
642f152
...
...
@@ -71,7 +71,7 @@ import { getCodeImg } from "@/api/login";
import
Cookies
from
"js-cookie"
;
import
{
encrypt
,
decrypt
}
from
"@/utils/jsencrypt"
;
import
useUserStore
from
'@/store/modules/user'
import
Language
from
'@/layout/components/
l
anguage'
import
Language
from
'@/layout/components/
L
anguage'
const
userStore
=
useUserStore
()
const
router
=
useRouter
();
...
...
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