...
|
...
|
@@ -95,7 +95,7 @@ exports.getHelpInfo = (data) => { |
|
|
formatData.push({
|
|
|
name: item.caption,
|
|
|
code: item.code,
|
|
|
url: helpers.urlFormat('/home/helpDetail', {
|
|
|
url: helpers.urlFormat('/home/help-detail', {
|
|
|
code: item.code,
|
|
|
caption: item.caption,
|
|
|
})
|
...
|
...
|
|