update request.js & routes

This commit is contained in:
lb
2022-08-04 13:45:49 +08:00
parent 0566808861
commit d3752c4f40
57 changed files with 12604 additions and 8 deletions

View File

@@ -31,6 +31,10 @@ Vue.use(renRegionTree)
Vue.prototype.$http = http
Vue.prototype.$hasPermission = hasPermission
Vue.prototype.$getDictLabel = getDictLabel
// is auth
Vue.prototype.isAuth = permission => {
return "正在检查的权限是:" + permission
}
// 保存整站vuex本地储存初始状态
window.SITE_CONFIG['storeState'] = cloneDeep(store.state)