edit
This commit is contained in:
@ -15,7 +15,7 @@ import { EnvironmentService } from '@env/environment.service';
|
||||
import { NzMessageService } from 'ng-zorro-antd/message';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class CoreService {
|
||||
// 获取当前登录用户信息
|
||||
@ -24,6 +24,8 @@ export class CoreService {
|
||||
// 获取当前用户所拥有的菜单
|
||||
public $api_get_current_user_menus = `/scm/cuc/cuc/functionInfo/getUserHaveFunctionsList`;
|
||||
|
||||
position = { lat: '', lng: '' };
|
||||
|
||||
constructor(private injector: Injector) {}
|
||||
// 注入路由
|
||||
public get router(): Router {
|
||||
|
||||
Reference in New Issue
Block a user