|
|
@ -70,7 +70,7 @@ router.beforeEach((to, from, next) => { |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
params: { |
|
|
params: { |
|
|
'l': i18n.locale, //i18n.locale
|
|
|
'l': i18n.locale, //i18n.locale
|
|
|
menuType: menuType |
|
|
|
|
|
|
|
|
menuType: 'pc' |
|
|
} |
|
|
} |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|