Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
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
leiqingsong
XiTianSenMall
Commits
ea36590d
Commit
ea36590d
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
50943c82
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
invite.jpeg
H5/src/assets/images/invite.jpeg
+0
-0
BaseNavBar.vue
H5/src/components/BaseNavBar.vue
+0
-1
index.js
H5/src/router/index.js
+7
-7
modefyAvatar.vue
H5/src/views/modefyAvatar.vue
+1
-0
No files found.
H5/src/assets/images/invite.jpeg
deleted
100644 → 0
View file @
50943c82
This image diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
H5/src/components/BaseNavBar.vue
View file @
ea36590d
...
...
@@ -45,7 +45,6 @@ export default {
}
else
{
this
.
$router
.
go
(
-
1
);
}
// this.$router.go(-1);
},
onClickRight
()
{
console
.
log
(
"right"
);
...
...
This diff is collapsed.
Click to expand it.
H5/src/router/index.js
View file @
ea36590d
...
...
@@ -6,13 +6,13 @@ Vue.use(VueRouter);
const
routes
=
[
{
path
:
"/my-status"
,
name
:
"
m
yStatus"
,
name
:
"
M
yStatus"
,
component
:
()
=>
import
(
"../views/my/myStatus.vue"
),
meta
:
{
title
:
"我的直推"
,
noNav
:
false
}
},
{
path
:
"/publish"
,
name
:
"
p
ublish"
,
name
:
"
P
ublish"
,
component
:
()
=>
import
(
"@/views/moments/publish"
),
meta
:
{
title
:
"发布资讯"
}
},
...
...
@@ -52,7 +52,7 @@ const routes = [
},
{
path
:
"wallet"
,
name
:
"
w
allet"
,
name
:
"
W
allet"
,
component
:
()
=>
import
(
"@/views/income/wallet"
),
meta
:
{
title
:
"钱包"
}
},
...
...
@@ -84,13 +84,13 @@ const routes = [
},
{
path
:
"/instructions"
,
name
:
"
i
nstructions"
,
name
:
"
I
nstructions"
,
component
:
()
=>
import
(
"@/views/instructions"
),
meta
:
{
title
:
"用户协议"
}
},
{
path
:
"/settings"
,
name
:
"
s
ettings"
,
name
:
"
S
ettings"
,
component
:
()
=>
import
(
"@/views/settings"
),
meta
:
{
title
:
"设置"
}
},
...
...
@@ -138,7 +138,7 @@ const routes = [
},
{
path
:
"/customer"
,
name
:
"
c
ustomerService"
,
name
:
"
C
ustomerService"
,
component
:
()
=>
import
(
"@/views/customer-service"
),
meta
:
{
title
:
"专属客服"
,
noNav
:
true
}
},
...
...
@@ -150,7 +150,7 @@ const routes = [
},
{
path
:
"/aboutUs"
,
name
:
"
a
boutUs"
,
name
:
"
A
boutUs"
,
component
:
()
=>
import
(
"@/views/aboutUs"
),
meta
:
{
title
:
"公司简介"
,
noNav
:
false
}
}
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/modefyAvatar.vue
View file @
ea36590d
...
...
@@ -3,6 +3,7 @@
<img
class=
"avatar"
:src=
"avatar"
alt
/>
<div
class=
"btn"
>
<van-uploader
accept=
"image/*"
:max-count=
"1"
:before-delete=
"onDeleteAvatar"
:after-read=
"onRead"
...
...
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