提交 218ae30b 编写于 作者: tao.wu's avatar tao.wu

no message

上级 ccacf40c
...@@ -133,7 +133,6 @@ export default { ...@@ -133,7 +133,6 @@ export default {
localStorage.setItem('storageMaster', res.data.masterAdministratorFlag) localStorage.setItem('storageMaster', res.data.masterAdministratorFlag)
vm.idType = res.data.idType vm.idType = res.data.idType
vm.storageIdType = res.data.idType vm.storageIdType = res.data.idType
console.log(vm.storageIdType)
vm.userName = res.data.name vm.userName = res.data.name
vm.portrait = res.data.imageUrl vm.portrait = res.data.imageUrl
vm.authList = res.data.auth vm.authList = res.data.auth
...@@ -150,10 +149,6 @@ export default { ...@@ -150,10 +149,6 @@ export default {
vm.getUserAuth(val) vm.getUserAuth(val)
} }
}, },
storageIdType(val){
vm.storageIdType = val
console.log('app',val)
}
} }
} }
</script> </script>
......
...@@ -27,7 +27,13 @@ import { isNotEmptyUtils } from '../../utils/utils' ...@@ -27,7 +27,13 @@ import { isNotEmptyUtils } from '../../utils/utils'
let vm = null let vm = null
export default { export default {
props: { props: {
storageIdType: [String,Number], // storageIdType: [String,Number],
storageIdType: {
type: [String,Number],
default: () => {
return '0'
}
},
tokenValue: { tokenValue: {
type: String type: String
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册