提交 da9122a3 编写于 作者: huangwensu's avatar huangwensu

权限接口调试

上级 fc0964fa
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
]), ]),
// 获取用户权限 // 获取用户权限
getUserAuth(token) { getUserAuth(token) {
vm.GET('common/v1/role',{token: token}).then((res) => { vm.GET('/common/v1/role',{token: token}).then((res) => {
if(res.code == '000000') { if(res.code == '000000') {
vm.changeIdType(res.data.idType) vm.changeIdType(res.data.idType)
vm.authList = res.data.auth vm.authList = res.data.auth
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册