提交 7a0b3b42 编写于 作者: tony001's avatar tony001

调整权限服务基类

上级 51801f42
import { Store } from 'vuex';
/**
* 实体权限服务
*
......@@ -15,7 +13,7 @@ export default class AuthService {
* @type {(any | null)}
* @memberof AuthService
*/
public $store: Store<any> | null = null;
public $store: any;;
/**
* 默认操作标识
......@@ -42,7 +40,7 @@ export default class AuthService {
* @returns {(any | null)}
* @memberof AuthService
*/
public getStore(): Store<any> | null {
public getStore(): any {
return this.$store;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册