Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
6aed2285
Commit
6aed2285
authored
Mar 17, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: 隐藏下方两个菜单项;创建顾客画像与好物推荐两个占位页面。
parent
24235ac6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
98 additions
and
6 deletions
+98
-6
index.js
ybf_wx/src/router/index.js
+10
-0
home.vue
ybf_wx/src/views/home.vue
+4
-4
index.vue
ybf_wx/src/views/sideNav/discount/index.vue
+2
-2
index.vue
ybf_wx/src/views/sideNav/goodPost/index.vue
+41
-0
index.vue
ybf_wx/src/views/sideNav/manInfo/index.vue
+41
-0
No files found.
ybf_wx/src/router/index.js
View file @
6aed2285
...
@@ -127,6 +127,16 @@ const routes = [
...
@@ -127,6 +127,16 @@ const routes = [
name
:
'qrCode'
,
name
:
'qrCode'
,
component
:
()
=>
import
(
'@/views/qrCode/index'
)
component
:
()
=>
import
(
'@/views/qrCode/index'
)
},
},
{
path
:
'/manInfo'
,
name
:
'ManInfo'
,
component
:
()
=>
import
(
'@/views/sideNav/manInfo/index'
)
},
{
path
:
'/goodPost'
,
name
:
'GoodPost'
,
component
:
()
=>
import
(
'@/views/sideNav/goodPost/index'
)
},
// {
// {
// path: '/about',
// path: '/about',
// name: 'about',
// name: 'about',
...
...
ybf_wx/src/views/home.vue
View file @
6aed2285
...
@@ -35,10 +35,10 @@
...
@@ -35,10 +35,10 @@
>
{{
zcache
.
userInfoResNew
}}
</div>
-->
>
{{
zcache
.
userInfoResNew
}}
</div>
-->
</div>
</div>
<div
class=
"menus"
>
<
!--
<
div
class=
"menus"
>
<div
class=
"menu"
@
click=
"buttonMainMarketingClick"
>
精准营销
</div>
<div
class=
"menu"
@
click=
"buttonMainMarketingClick"
>
精准营销
</div>
<div
class=
"menu activeMenu"
@
click=
"buttonSingleMarketingClick"
>
一对一营销侧边栏
</div>
<div
class=
"menu activeMenu"
@
click=
"buttonSingleMarketingClick"
>
一对一营销侧边栏
</div>
</div>
</div>
-->
</div>
</div>
</
template
>
</
template
>
...
@@ -67,7 +67,7 @@ export default {
...
@@ -67,7 +67,7 @@ export default {
name
:
"顾客画像"
,
name
:
"顾客画像"
,
dsc
:
dsc
:
"亿百分会员画像,通过一方消费者数据结合三方数据为营业员展示顾客特点"
,
"亿百分会员画像,通过一方消费者数据结合三方数据为营业员展示顾客特点"
,
redirect
:
"
Discount
"
,
redirect
:
"
ManInfo
"
,
logoUrl
:
"/mainSale/1.png"
logoUrl
:
"/mainSale/1.png"
},
},
{
{
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
name
:
"爆品推送"
,
name
:
"爆品推送"
,
dsc
:
dsc
:
"亿百分会员画像,通过一方消费者数据结合三方数据为营业员展示顾客特点"
,
"亿百分会员画像,通过一方消费者数据结合三方数据为营业员展示顾客特点"
,
redirect
:
"
Discoun
t"
,
redirect
:
"
GoodPos
t"
,
logoUrl
:
"/mainSale/3.png"
logoUrl
:
"/mainSale/3.png"
}
}
]
]
...
...
ybf_wx/src/views/sideNav/discount/index.vue
View file @
6aed2285
...
@@ -75,10 +75,10 @@
...
@@ -75,10 +75,10 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"menus"
>
<
!--
<
div
class=
"menus"
>
<div
class=
"menu"
@
click=
"buttonMainMarketingClick"
>
精准营销
</div>
<div
class=
"menu"
@
click=
"buttonMainMarketingClick"
>
精准营销
</div>
<div
class=
"menu activeMenu"
@
click=
"buttonSingleMarketingClick"
>
一对一营销侧边栏
</div>
<div
class=
"menu activeMenu"
@
click=
"buttonSingleMarketingClick"
>
一对一营销侧边栏
</div>
</div>
</div>
-->
</div>
</div>
</
template
>
</
template
>
...
...
ybf_wx/src/views/sideNav/goodPost/index.vue
0 → 100644
View file @
6aed2285
<
template
>
<div
class=
"main"
style=
"display: flex;flex-direction: column;justify-content: flex-start;font-size: 14px;"
>
<div>
建设中...
</div>
</div>
</
template
>
<
script
>
import
Vue
from
"vue"
;
const
zlog
=
console
.
log
.
bind
(
console
);
export
default
{
name
:
"goodPostIndex"
,
data
()
{
return
{
};
},
created
()
{
},
mounted
()
{
},
methods
:
{
}
};
</
script
>
<
style
scoped
>
.main
{
background-color
:
white
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
start
;
}
</
style
>
ybf_wx/src/views/sideNav/manInfo/index.vue
0 → 100644
View file @
6aed2285
<
template
>
<div
class=
"main"
style=
"display: flex;flex-direction: column;justify-content: flex-start;font-size: 14px;"
>
<div>
建设中...
</div>
</div>
</
template
>
<
script
>
import
Vue
from
"vue"
;
const
zlog
=
console
.
log
.
bind
(
console
);
export
default
{
name
:
"manInfoIndex"
,
data
()
{
return
{
};
},
created
()
{
},
mounted
()
{
},
methods
:
{
}
};
</
script
>
<
style
scoped
>
.main
{
background-color
:
white
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
start
;
}
</
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