@@ -287,7 +287,7 @@
this.http.post(this.port.manage.login, this.ruleForm , res => {
this.logining = false;
if (res.code == "ok") {
- if(res.data.functionList.length == 0){
+ if(res.data.moduleList.length == 0){
this.$message({
message: '请联系管理员为\u3000' + res.data.roleName + '\u3000分配权限',
type: 'error'