Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
2934d81f
Commit
2934d81f
authored
Apr 28, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加用户中心
parent
b861c471
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
671 additions
and
0 deletions
+671
-0
zkcss.css
src/assets/css/zkcss.css
+8
-0
head.png
src/assets/img/head.png
+0
-0
userCenter.vue
src/components/StoreDesign/userCenter.vue
+657
-0
index.js
src/router/index.js
+6
-0
No files found.
src/assets/css/zkcss.css
View file @
2934d81f
...
...
@@ -32,3 +32,11 @@ input, textarea, select{
border-top-right-radius
:
4px
;
color
:
#303133
;
}
.vue-line-clamp
{
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
word-break
:
break-all
;
-webkit-line-clamp
:
1
;
}
src/assets/img/head.png
0 → 100644
View file @
2934d81f
4.24 KB
src/components/StoreDesign/userCenter.vue
0 → 100644
View file @
2934d81f
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
2934d81f
...
...
@@ -180,6 +180,12 @@ export default new Router({
path
:
'/wexinappmsg'
,
name
:
'wexinappmsg'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/wexinappmsg'
],
resolve
),
},
//店铺管理 用户中心
{
path
:
'/userCenter'
,
name
:
'userCenter'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/userCenter'
],
resolve
),
}
]
},
...
...
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