Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
3d0f3156
Commit
3d0f3156
authored
Oct 25, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 用户中心入口
parent
d6ae8d1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
index.vue
src/views/MyManage/index.vue
+42
-0
README.md
src/views/README.md
+1
-0
No files found.
src/views/MyManage/index.vue
0 → 100644
View file @
3d0f3156
<
template
>
<div
class=
"nav-me container marginTop20 mb-5"
style=
"position: relative"
>
<div
class=
"row"
>
<div
class=
"col-lg-3"
>
<SubNav/>
</div>
<div
class=
"col-lg-9"
>
<router-view></router-view>
</div>
</div>
</div>
</
template
>
<
script
>
import
SubNav
from
"../comps/SubNav.vue"
;
import
"./style/common.scss"
;
const
UN_VERIFY
=
0
;
const
SYSTEM_MEMBER
=
1
;
const
ADMIN
=
2
;
export
default
{
components
:
{
SubNav
,
},
created
()
{
// TODO 判断用户状态 处理一下左侧的 sub_nav 和用户panel
// 1. 未申请条码
// 2.系统成员
// 3.管理员
this
.
userType
=
ADMIN
;
},
data
()
{
return
{};
},
};
</
script
>
<
style
>
.nav-me
p
{
line-height
:
24px
;
}
</
style
>
src/views/README.md
View file @
3d0f3156
...
...
@@ -9,3 +9,4 @@ News:资讯中心
Org: 机构概况
Search: 条码查询
Service: 服务中心
MyManage: 用户中心
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