ludu-cloud/admin-web/src/layouts/UrlsContext.js
sin 21bacc19d8 - 添加菜单权限控制
- url 权限控制
2019-03-01 18:15:12 +08:00

7 lines
171 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import React from 'react';
// 创建全局的权限控制 context方便在所有页面使用
const UrlsContext = React.createContext({});
export default UrlsContext;