巴林闲侠
2 years ago
4 changed files with 8 additions and 150 deletions
File diff suppressed because one or more lines are too long
@ -1,136 +0,0 @@ |
|||||
``` |
|
||||
|-- .babelrc |
|
||||
|-- color.js |
|
||||
|-- config.js |
|
||||
|-- Dockerfile |
|
||||
|-- jsconfig.json |
|
||||
|-- package.json |
|
||||
|-- readme.md |
|
||||
|-- server.js |
|
||||
|-- webpack.config.js |
|
||||
|-- webpack.config.prod.js |
|
||||
|-- .vscode |
|
||||
| |-- launch.json |
|
||||
| |-- settings.json |
|
||||
|-- client |
|
||||
| |-- index.ejs |
|
||||
| |-- index.html |
|
||||
| |-- index.js |
|
||||
| |-- assets |
|
||||
| | |-- color.less |
|
||||
| | |-- files |
|
||||
| | |-- fonticon |
|
||||
| | |-- font_sc |
|
||||
| | |-- images |
|
||||
| | |-- avatar |
|
||||
| | |-- loginUi |
|
||||
| |-- src |
|
||||
| |-- app.js |
|
||||
| |-- index.js |
|
||||
| |-- components |
|
||||
| | |-- index.js |
|
||||
| | |-- README.txt |
|
||||
| | |-- flowRecordTable |
|
||||
| | | |-- index.js |
|
||||
| | | |-- index.less |
|
||||
| | |-- limit-textarea |
|
||||
| | | |-- index.js |
|
||||
| | | |-- index.less |
|
||||
| | |-- no-resource |
|
||||
| | | |-- index.js |
|
||||
| | |-- search |
|
||||
| | | |-- index.js |
|
||||
| | | |-- index.less |
|
||||
| | |-- sketchColor |
|
||||
| | | |-- index.js |
|
||||
| | |-- table |
|
||||
| | | |-- index.js |
|
||||
| | | |-- index.less |
|
||||
| | |-- Upload |
|
||||
| | |-- index.js |
|
||||
| |-- layout |
|
||||
| | |-- index.js |
|
||||
| | |-- actions |
|
||||
| | | |-- global.js |
|
||||
| | |-- components |
|
||||
| | | |-- footer |
|
||||
| | | | |-- index.js |
|
||||
| | | | |-- style.css |
|
||||
| | | |-- header |
|
||||
| | | | |-- index.js |
|
||||
| | | | |-- style.css |
|
||||
| | | |-- sider |
|
||||
| | | |-- index.js |
|
||||
| | |-- containers |
|
||||
| | | |-- index.js |
|
||||
| | | |-- layout |
|
||||
| | | | |-- breadcrumb.js |
|
||||
| | | | |-- index.js |
|
||||
| | | | |-- index.less |
|
||||
| | | |-- no-match |
|
||||
| | | |-- index.js |
|
||||
| | |-- reducers |
|
||||
| | | |-- ajaxResponse.js |
|
||||
| | | |-- global.js |
|
||||
| | | |-- index.js |
|
||||
| | |-- store |
|
||||
| | |-- index.js |
|
||||
| | |-- store.dev.js |
|
||||
| | |-- store.prod.js |
|
||||
| |-- sections |
|
||||
| | |-- auth |
|
||||
| | | |-- index.js |
|
||||
| | | |-- routes.js |
|
||||
| | | |-- actions |
|
||||
| | | | |-- auth.js |
|
||||
| | | | |-- index.js |
|
||||
| | | |-- components |
|
||||
| | | |-- containers |
|
||||
| | | | |-- index.js |
|
||||
| | | | |-- login.js |
|
||||
| | | |-- reducers |
|
||||
| | | | |-- auth.js |
|
||||
| | | | |-- index.js |
|
||||
| | | |-- __tests__ |
|
||||
| | |-- example |
|
||||
| | |-- index.js |
|
||||
| | |-- nav-item.js |
|
||||
| | |-- routes.js |
|
||||
| | |-- style.less |
|
||||
| | |-- actions |
|
||||
| | | |-- example.js |
|
||||
| | | |-- index.js |
|
||||
| | |-- components |
|
||||
| | |-- containers |
|
||||
| | | |-- example.js |
|
||||
| | | |-- index.js |
|
||||
| | |-- reducers |
|
||||
| | |-- index.js |
|
||||
| |-- styles |
|
||||
| | |-- antd.less |
|
||||
| | |-- theme.less |
|
||||
| |-- themes |
|
||||
| | |-- dark.json |
|
||||
| | |-- light.json |
|
||||
| | |-- theme.json |
|
||||
| |-- utils |
|
||||
| |-- authCode.js |
|
||||
| |-- func.js |
|
||||
| |-- index.js |
|
||||
| |-- region.js |
|
||||
| |-- webapi.js |
|
||||
| |-- __tests__ |
|
||||
|-- log |
|
||||
|-- middlewares |
|
||||
| |-- proxy.js |
|
||||
| |-- webpack-dev.js |
|
||||
|-- routes |
|
||||
| |-- index.js |
|
||||
| |-- attachment |
|
||||
| |-- index.js |
|
||||
|-- typings |
|
||||
|-- node |
|
||||
| |-- node.d.ts |
|
||||
|-- react |
|
||||
|-- react.d.ts |
|
||||
``` |
|
Loading…
Reference in new issue