Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
45c4dba9
Commit
45c4dba9
authored
Aug 29, 2018
by
youc3576
Committed by
linlinjava
Aug 29, 2018
Browse files
!11 代码修复
Merge pull request !11 from youc3576/master
parents
6883686d
0a69977d
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/api/feedback.js
View file @
45c4dba9
...
...
@@ -38,4 +38,4 @@ export function deleteFeedback(data) {
method
:
'
post
'
,
data
})
}
\ No newline at end of file
}
litemall-admin/src/router/index.js
View file @
45c4dba9
...
...
@@ -66,7 +66,7 @@ export const asyncRouterMap = [
{
path
:
'
collect
'
,
component
:
_import
(
'
user/collect
'
),
name
:
'
collect
'
,
meta
:
{
title
:
'
会员收藏
'
,
noCache
:
true
}},
{
path
:
'
footprint
'
,
component
:
_import
(
'
user/footprint
'
),
name
:
'
footprint
'
,
meta
:
{
title
:
'
会员足迹
'
,
noCache
:
true
}},
{
path
:
'
history
'
,
component
:
_import
(
'
user/history
'
),
name
:
'
history
'
,
meta
:
{
title
:
'
搜索历史
'
,
noCache
:
true
}},
{
path
:
'
feedback
'
,
component
:
_import
(
'
user/feedback
'
),
name
:
'
feedback
'
,
meta
:
{
title
:
'
意见反馈
'
,
noCache
:
true
}}
{
path
:
'
feedback
'
,
component
:
_import
(
'
user/feedback
'
),
name
:
'
feedback
'
,
meta
:
{
title
:
'
意见反馈
'
,
noCache
:
true
}}
]
},
...
...
litemall-wx/pages/index/index.json
View file @
45c4dba9
{
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
"首页"
,
"usingComponents"
:
{
"zan-capsule"
:
"../../lib/zanui-weapp/capsule/index"
}
...
...
Write
Preview
Supports
Markdown
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