| | |
| | | } |
| | | }, |
| | | page: { |
| | | welcome: ' Welcome to the RSF Management System.', |
| | | welcome: { |
| | | index: ' Welcome to the RSF Management System.', |
| | | tech: ' Technology stack: Java 17, SpringBoot2.5.3, Mybatis-plus_3.4.1, Spring Security, Druid 1.2.6, Redis, Mysql5.7, Node18, ReactJs, Material UI5.16, Axios, React-Admin5.1' |
| | | }, |
| | | login: { |
| | | title: 'Welcome', |
| | | footer: 'Footer Goes Here', |
| | |
| | | } |
| | | }, |
| | | page: { |
| | | welcome: ' 欢迎使用RSF管理系统', |
| | | welcome: { |
| | | index: ' 欢迎使用RSF管理系统', |
| | | tech: ' 技术栈: Java17, SpringBoot2.5.3, Mybatis-plus_3.4.1, Spring Security, Druid 1.2.6, Redis, Mysql5.7, Node18, ReactJs, Material UI5.16, Axios, React-Admin5.1' |
| | | }, |
| | | login: { |
| | | title: '欢迎使用', |
| | | footer: 'Footer Goes Here', |
| | |
| | | }} |
| | | > |
| | | <WordEffect |
| | | words={translate('page.welcome')} |
| | | words={translate('page.welcome.index')} |
| | | color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'} |
| | | /> |
| | | <WordEffect |
| | | words={translate('page.welcome.tech')} |
| | | color={theme.palette.mode === 'light' ? '#666' : '#eeeeee'} |
| | | /> |
| | | </div> |
| | |
| | | const onSubmit = (data) => { |
| | | request.post('/tenant/init', data).then(res => { |
| | | const { code, msg, data } = res.data; |
| | | console.log(msg); |
| | | |
| | | if (code === 200) { |
| | | notify(msg, { type: 'success', messageArgs: { _: msg } }); |
| | | setOpen(false); |