@choerodon/master
Version:
A package of Master for Choerodon platform.
24 lines (22 loc) • 992 B
JavaScript
import "choerodon-ui/pro/lib/button/style";
import _Button from "choerodon-ui/pro/lib/button";
import React from 'react';
import { authorizeC7n as authorize } from "../../../../../utils";
import "./index.less";
function ListView() {
return /*#__PURE__*/React.createElement("div", {
className: "c7n-master-unauthorized"
}, /*#__PURE__*/React.createElement("div", {
className: "c7n-master-unauthorized-content"
}, /*#__PURE__*/React.createElement("div", {
className: "c7n-master-unauthorized-picture"
}), /*#__PURE__*/React.createElement("div", {
className: "c7n-master-unauthorized-text"
}, "\u62B1\u6B49\uFF0C\u60A8\u672A\u767B\u5F55\u6216\u8EAB\u4EFD\u8BA4\u8BC1\u5DF2\u5931\u6548\uFF0C\u8BF7\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u91CD\u65B0\u767B\u5F55\uFF01"), /*#__PURE__*/React.createElement(_Button, {
onClick: authorize,
className: "relogin",
funcType: "raised",
color: "primary"
}, "\u91CD\u65B0\u767B\u5F55")));
}
export default ListView;