yfy 3 years ago
parent
commit
3c344aeda6
  1. 2
      src/router/index.js

2
src/router/index.js

@ -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) {

Loading…
Cancel
Save