update 生成的文件名

This commit is contained in:
lb
2022-08-05 10:07:53 +08:00
parent 8f802c5580
commit ee27a93181
43 changed files with 37 additions and 37 deletions

View File

@@ -106,6 +106,7 @@ router.beforeEach((to, from, next) => {
Vue.prototype.$message.error(res.msg)
return next({ name: 'login' })
}
console.log('menulist: ', res.data)
window.SITE_CONFIG['menuList'] = res.data
fnAddDynamicMenuRoutes(window.SITE_CONFIG['menuList'])
next({ ...to, replace: true })