Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
fdea6f94
Commit
fdea6f94
authored
Jun 19, 2023
by
李鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整菜单
parent
6701e5b9
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
431 additions
and
48 deletions
+431
-48
src/components/bg-menu.vue
src/components/bg-menu.vue
+374
-47
src/main.js
src/main.js
+1
-1
src/page/main/authority/organization/index.vue
src/page/main/authority/organization/index.vue
+7
-0
src/page/main/authority/role/index.vue
src/page/main/authority/role/index.vue
+7
-0
src/page/main/authority/user/index.vue
src/page/main/authority/user/index.vue
+7
-0
src/page/main/system-admin/dict/index.vue
src/page/main/system-admin/dict/index.vue
+7
-0
src/page/main/system-admin/log/index.vue
src/page/main/system-admin/log/index.vue
+7
-0
src/page/main/system-admin/menu/index.vue
src/page/main/system-admin/menu/index.vue
+7
-0
src/page/main/system-admin/preference/index.vue
src/page/main/system-admin/preference/index.vue
+7
-0
src/page/main/system-admin/visit-control/index.vue
src/page/main/system-admin/visit-control/index.vue
+7
-0
No files found.
src/components/bg-menu.vue
View file @
fdea6f94
This diff is collapsed.
Click to expand it.
src/main.js
View file @
fdea6f94
...
...
@@ -82,7 +82,7 @@ function getMenuObj(menu, parentRowPath, menuObj) {
});
}
store
.
commit
(
"
setWhiteList
"
,
[
"
/
"
,
"
/login
"
,
"
/register
"
,
"
/password
"
]);
Promise
.
all
([
getUser
(),
getMenu
(
"
dadb2d3f-e263-48d1-9389-42acb9ea49f8
"
)])
Promise
.
all
([
getUser
(),
getMenu
(
"
79a8f214-db78-4db7-9c28-db66276b4be2
"
)])
.
then
((
res
)
=>
{
if
(
res
[
0
].
data
.
code
==
200
&&
res
[
1
].
data
.
code
==
200
)
{
//已登录则记录菜单和用户信息
...
...
src/page/main/authority/organization/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
组织管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/authority/role/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
角色管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/authority/user/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
用户管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/system-admin/dict/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
字典管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/system-admin/log/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
日志管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/system-admin/menu/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
菜单管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/system-admin/preference/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
首选项配置
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/system-admin/visit-control/index.vue
0 → 100644
View file @
fdea6f94
<
template
>
<div>
访问控制管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
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