|
@@ -6,6 +6,7 @@ export default {
|
|
|
checkAuth (appname,auth) {
|
|
checkAuth (appname,auth) {
|
|
|
// await this.sleep(3000)
|
|
// await this.sleep(3000)
|
|
|
let _haveAuth = false
|
|
let _haveAuth = false
|
|
|
|
|
+
|
|
|
let app = JSON.parse(sessionStorage.getItem('activeApp'))
|
|
let app = JSON.parse(sessionStorage.getItem('activeApp'))
|
|
|
// 获取当前应用权限
|
|
// 获取当前应用权限
|
|
|
let auth_list = app.meta.auth
|
|
let auth_list = app.meta.auth
|