Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
f47576a9
Commit
f47576a9
authored
Jun 29, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 提交代码
parent
8a9b27da
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
favicon.ico
public/favicon.ico
+0
-0
logo.png
public/logo.png
+0
-0
logo.png
src/assets/images/logo.png
+0
-0
index.ts
src/router/routes/index.ts
+4
-3
No files found.
public/favicon.ico
View replaced file @
8a9b27da
View file @
f47576a9
894 Bytes
|
W:
|
H:
4.19 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/logo.png
View replaced file @
8a9b27da
View file @
f47576a9
3.95 KB
|
W:
|
H:
40.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/logo.png
View replaced file @
8a9b27da
View file @
f47576a9
27.6 KB
|
W:
|
H:
40.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/router/routes/index.ts
View file @
f47576a9
...
@@ -15,9 +15,10 @@ if (localStorage.getItem('urlRoles')) {
...
@@ -15,9 +15,10 @@ if (localStorage.getItem('urlRoles')) {
const
str
:
any
=
localStorage
.
getItem
(
'urlRoles'
);
const
str
:
any
=
localStorage
.
getItem
(
'urlRoles'
);
roleList
=
JSON
.
parse
(
str
);
roleList
=
JSON
.
parse
(
str
);
}
else
{
}
else
{
const
res
=
await
getList
();
getList
().
then
((
res
)
=>
{
roleList
=
res
;
roleList
=
res
;
localStorage
.
setItem
(
'urlRoles'
,
JSON
.
stringify
(
res
));
localStorage
.
setItem
(
'urlRoles'
,
JSON
.
stringify
(
res
));
});
}
}
const
routeFilter
=
(
route
:
any
)
=>
{
const
routeFilter
=
(
route
:
any
)
=>
{
const
{
meta
}
=
route
;
const
{
meta
}
=
route
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment