UrlsContext.js 171 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5 6
import React from 'react';

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

export default UrlsContext;