Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
9b052bdb
Commit
9b052bdb
authored
Jul 05, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业信息
parent
4b71f8d9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
554 additions
and
1 deletion
+554
-1
routers.js
src/router/routers.js
+8
-0
index.vue
src/views/homepage/console/index.vue
+1
-1
userInfo.vue
src/views/homepage/console/userInfo.vue
+545
-0
No files found.
src/router/routers.js
View file @
9b052bdb
...
@@ -156,6 +156,14 @@ export const constantRouterMap = [
...
@@ -156,6 +156,14 @@ export const constantRouterMap = [
},
},
hidden
:
true
hidden
:
true
},
},
{
path
:
'
/console/userInfo
'
,
meta
:
{
title
:
'
个人中心-用户信息
'
,
noCache
:
true
},
component
:
(
resolve
)
=>
{
return
require
([
'
@/views/homepage/console/userInfo
'
],
resolve
)
},
hidden
:
true
},
{
{
path
:
'
/backstage
'
,
path
:
'
/backstage
'
,
component
:
Layout
,
component
:
Layout
,
...
...
src/views/homepage/console/index.vue
View file @
9b052bdb
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<div
class=
"user-info-text"
>
企业名称:
<span>
{{
userObj
.
enterpriseName
}}
</span></div>
<div
class=
"user-info-text"
>
企业名称:
<span>
{{
userObj
.
enterpriseName
}}
</span></div>
<div
class=
"user-info-text"
>
供应商状态:
<span
style=
"color: #0D8BF7"
>
{{
userObj
.
status
}}
</span></div>
<div
class=
"user-info-text"
>
供应商状态:
<span
style=
"color: #0D8BF7"
>
{{
userObj
.
status
}}
</span></div>
<div
class=
"line-btn"
>
<div
class=
"line-btn"
>
<div
class=
"user-info-btn touch"
>
信息修改
</div>
<div
class=
"user-info-btn touch"
@
click=
"$router.push(
{ path: '/console/userInfo' })"
>信息修改
</div>
<div
class=
"user-info-btn touch"
@
click=
"$refs.pass.dialog = true"
>
密码修改
</div>
<div
class=
"user-info-btn touch"
@
click=
"$refs.pass.dialog = true"
>
密码修改
</div>
</div>
</div>
</div>
</div>
...
...
src/views/homepage/console/userInfo.vue
0 → 100644
View file @
9b052bdb
This diff is collapsed.
Click to expand it.
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