Commit 009a718a authored by 黄奎's avatar 黄奎

页面修改

parent c39b56ca
......@@ -304,25 +304,7 @@ export default {
}
item[filed] = value;
},
//用户权限验证
Vue.prototype.CheckUserAuth = function (authCode, successCall, faildCall) {
let localStorageJson = this.getLocalStorage();
var newCode = ',' + authCode + ',';
if (("," + localStorageJson.ActionMenuCode + ",").indexOf(newCode) > -1) {
var data = {
resultCode: 1,
data: 1,
};
var res = {
data: data
}
successCall(res);
} else {
this.apipost("userauth_get_GetCheckUserAuthService", {
actionMenuCode: authCode
}, successCall, faildCall);
}
},
Vue.prototype.QjGroupId = function (msg) {
let GroupId = 2;
return GroupId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment