copy
Showing
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.browserslistrc
0 → 100644
.babelrc
0 → 100644
.commitlintrc.js
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc.js
0 → 100644
.stylelintrc
0 → 100644
RJump/jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
RJump/rJump.html
0 → 100644
RJump/rajump.js
0 → 100644
RJump/util.js
0 → 100644
build/Ip.js
0 → 100644
build/cssloader.config.js
0 → 100644
build/dll.config.js
0 → 100644
build/server.dev.js
0 → 100644
build/server.prod.js
0 → 100644
build/webpack.base.config.js
0 → 100644
build/webpack.dev.config.js
0 → 100644
build/webpack.prod.config.js
0 → 100644
docs/babelrc.md
0 → 100644
docs/base.config.md
0 → 100644
docs/browserslistrc.md
0 → 100644
docs/commitlintrc.md
0 → 100644
docs/cssloader.config.md
0 → 100644
docs/dev.config.md
0 → 100644
docs/editorconfig.md
0 → 100644
docs/gitdiff.md
0 → 100644
docs/package-lock-jso.md
0 → 100644
docs/package.json.md
0 → 100644
docs/prductError.md
0 → 100644
docs/prettierrc.md
0 → 100644
docs/prod.config.md
0 → 100644
docs/runError.md
0 → 100644
docs/server.prod.md
0 → 100644
jsconfig.json
0 → 100644
libs/base.js
0 → 100644
This diff is collapsed.
Click to expand it.
libs/base.manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
libs/reactCli.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libs/reactCli.manifest.json
0 → 100644
libs/report.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libs/report.manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
libs/ui.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libs/ui.manifest.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "wmyadmin", | |||
| "version": "3.1.1", | |||
| "description": "未木云学习平台", | |||
| "homepage": "http://dev.mg.kmelearning.com/shyz/shyz/login", | |||
| "bugs": { | |||
| "url": "http://chandao.kmelearning.com/zentao/my/" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "ssh://git@g.km365.pw:122/frontend/sass-admin.git" | |||
| }, | |||
| "license": "ISC", | |||
| "author": "陈万军", | |||
| "main": "index.js", | |||
| "st": "$1", | |||
| "scripts": { | |||
| "dll": "webpack --config build/dll.config.js -p --progress --profile", | |||
| "build": "rm -rf dist && cross-env NODE_ENV_API=other NODE_ROUTER_MODE=history cross-env NODE_ENV=production BUILD_ENV=prod webpack --progress --config build/webpack.prod.config.js && npm run addSm2 && npm run cp", | |||
| "build:prod": "rm -rf dist && NODE_ENV_API=prod NODE_ROUTER_MODE=history BUILD_ENV=prod webpack --display-optimization-bailout --profile --progress --config build/webpack.prod.config.js && npm run addSm2", | |||
| "dev": "cross-env NODE_ENV_API=deve NODE_ENV=development webpack-dashboard -c magenta --title [浏览器输入http://localhost:5001/shyz/shyz/login] -- webpack-dev-server --config ./build/webpack.dev.config.js --port 5001", | |||
| "diff": "git diff $1 $2", | |||
| "lint:css": "stylelint --fix --aei '**/*.less,.css'", | |||
| "lint:js": "eslint --fix --ext --write .js,.jsx src", | |||
| "format": "npx prettier@2.0.5 --check --write \"./src/pages/Login/*.{js,jsx}\"", | |||
| "server": "node build/server.prod.js", | |||
| "sort": "npx sort-package-json", | |||
| "sit": "cross-env NODE_ENV_API=sit NODE_ROUTER_MODE=history node -max_old_space_size=10240 build/server.dev.js", | |||
| "//test": "cross-env NODE_ENV_API=sit NODE_ROUTER_MODE=history nodemon -max_old_space_size=10240 build/server.dev.js", | |||
| "deve": "cross-env NODE_ENV_API=deve NODE_ROUTER_MODE=history node -max_old_space_size=10240 build/server.dev.js", | |||
| "uat": "cross-env NODE_ENV_API=uat NODE_ROUTER_MODE=history node -max_old_space_size=10240 build/server.dev.js", | |||
| "prod": "cross-env NODE_ENV_API=prod NODE_ROUTER_MODE=history node -max_old_space_size=10240 build/server.dev.js", | |||
| "addSm2": "cp -i ./src/static/lib/sm2.min.js ./dist", | |||
| "cp": "cp -rf ./RJump ./dist/libs" | |||
| }, | |||
| "dependencies": { | |||
| "@ant-design/icons": "^4.2.2", | |||
| "antd": "^3.26.13", | |||
| "babel-runtime": "^6.18.0", | |||
| "braft-editor": "^2.3.7", | |||
| "braft-utils": "^3.0.12", | |||
| "browserslist": "^4.14.7", | |||
| "classnames": "^2.2.5", | |||
| "core-js": "^3.6.4", | |||
| "cssnano": "^4.1.10", | |||
| "draftjs-utils": "^0.9.4", | |||
| "echarts": "^4.1.0", | |||
| "echarts-for-react": "^2.0.13", | |||
| "fetch-jsonp": "^1.1.3", | |||
| "gg-editor": "^2.0.4", | |||
| "history": "^4.10.1", | |||
| "immutability-helper": "^2.9.1", | |||
| "immutable": "^3.8.1", | |||
| "jsbarcode": "^3.11.0", | |||
| "jszip": "^3.1.5", | |||
| "lodash": "^4.17.4", | |||
| "md5": "^2.2.1", | |||
| "qrcode.react": "^1.0.0", | |||
| "react": "^16.13.1", | |||
| "react-cookies": "^0.1.1", | |||
| "react-dnd": "^2.6.0", | |||
| "react-dnd-html5-backend": "^2.6.0", | |||
| "react-dom": "^16.13.1", | |||
| "react-intl-universal": "^2.2.5", | |||
| "react-redux": "^7.2.0", | |||
| "react-router-dom": "^5.1.2", | |||
| "react-tools": "^0.13.0-beta.2", | |||
| "redux": "^4.0.5", | |||
| "redux-actions": "^2.6.5", | |||
| "redux-logger": "^3.0.6", | |||
| "redux-saga": "^1.1.3", | |||
| "redux-thunk": "^2.3.0", | |||
| "sm-crypto": "^0.1.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.7.7", | |||
| "@babel/plugin-proposal-class-properties": "^7.7.4", | |||
| "@babel/plugin-syntax-dynamic-import": "^7.7.4", | |||
| "@babel/plugin-transform-modules-commonjs": "^7.8.3", | |||
| "@babel/plugin-transform-runtime": "^7.8.3", | |||
| "@babel/preset-env": "^7.7.7", | |||
| "@babel/preset-react": "^7.7.4", | |||
| "@babel/runtime-corejs3": "^7.7.7", | |||
| "@commitlint/cli": "^8.3.5", | |||
| "@commitlint/config-conventional": "^8.3.4", | |||
| "@hot-loader/react-dom": "^16.13.0", | |||
| "@types/react": "^16.9.17", | |||
| "add-asset-html-webpack-plugin": "^3.1.3", | |||
| "antd-dayjs-webpack-plugin": "0.0.8", | |||
| "autoprefixer": "^6.7.7", | |||
| "axios": "^0.18.0", | |||
| "babel-eslint": "^7.2.3", | |||
| "babel-loader": "^8.0.6", | |||
| "babel-plugin-import": "^1.13.0", | |||
| "babelify": "^10.0.0", | |||
| "body-parser": "^1.15.2", | |||
| "braft-finder": "0.0.21", | |||
| "clean-webpack-plugin": "^3.0.0", | |||
| "copy-to-clipboard": "^3.0.8", | |||
| "copy-webpack-plugin": "^6.0.3", | |||
| "cross-env": "^6.0.3", | |||
| "css-loader": "^3.4.2", | |||
| "eslint": "^6.8.0", | |||
| "eslint-config-ali": "^9.0.2", | |||
| "eslint-config-prettier": "^6.10.0", | |||
| "eslint-loader": "^3.0.3", | |||
| "eslint-plugin-import": "^2.20.1", | |||
| "eslint-plugin-jsx-a11y": "^4.0.0", | |||
| "eslint-plugin-prettier": "^3.1.2", | |||
| "eslint-plugin-react": "^6.10.3", | |||
| "eslint-plugin-react-hooks": "^2.5.0", | |||
| "express": "^4.16.3", | |||
| "express-session": "^1.15.6", | |||
| "file-loader": "^5.1.0", | |||
| "html-webpack-plugin": "^4.0.0-beta.11", | |||
| "http-proxy-middleware": "^1.0.6", | |||
| "husky": "^4.2.3", | |||
| "jsbarcode": "^3.11.0", | |||
| "jsx-loader": "^0.13.2", | |||
| "less": "^3.11.1", | |||
| "less-loader": "^5.0.0", | |||
| "lint-staged": "^10.0.8", | |||
| "mini-css-extract-plugin": "^0.9.0", | |||
| "moment": "^2.28.0", | |||
| "open": "^7.0.3", | |||
| "postcss-flexbugs-fixes": "^4.2.0", | |||
| "postcss-loader": "^3.0.0", | |||
| "postcss-preset-env": "^6.7.0", | |||
| "postcss-pxtorem": "^5.1.1", | |||
| "prettier": "^1.19.1", | |||
| "react-color": "^2.17.3", | |||
| "react-copy-to-clipboard": "^5.0.1", | |||
| "react-cropper": "^1.3.0", | |||
| "react-hot-loader": "^4.12.20", | |||
| "react-loadable": "^5.5.0", | |||
| "react-perfect-scrollbar": "^1.5.8", | |||
| "rimraf": "^2.5.4", | |||
| "store": "^2.0.12", | |||
| "style-loader": "^1.1.3", | |||
| "stylelint": "^13.2.0", | |||
| "stylelint-config-standard": "^20.0.0", | |||
| "terser-webpack-plugin": "^2.2.1", | |||
| "thread-loader": "^2.1.3", | |||
| "url-loader": "^3.0.0", | |||
| "webpack": "^4.41.5", | |||
| "webpack-cli": "^3.3.10", | |||
| "webpack-dashboard": "^3.2.0", | |||
| "webpack-dev-middleware": "^3.7.2", | |||
| "webpack-dev-server": "^3.10.2", | |||
| "webpack-hot-middleware": "^2.25.0" | |||
| }, | |||
| "peerDependencies": { | |||
| "eslint": ">=1.6.0 <6.0.0", | |||
| "react": "> = 16.8", | |||
| "react-dom": "> = 16.8", | |||
| "webpack": ">4.41.5", | |||
| "webpack-cli": "^3.3.10" | |||
| } | |||
| } |
src/app.js
0 → 100644
src/common/AliVideo/AliVideo.jsx
0 → 100644
src/common/AliVideo/js/videoplayer/index.css
0 → 100644
src/common/AliVideo/js/videoplayer/index.js
0 → 100644
src/common/AliVideo/less/aliVideo.less
0 → 100644
src/common/Breadcrumb/Bread.less
0 → 100644
src/common/Breadcrumb/index.js
0 → 100644
src/common/DropOption/index.js
0 → 100644
src/common/Editor/editor.js
0 → 100644
src/common/Editor/editor.less
0 → 100644
src/common/ErrorBoundary/index.js
0 → 100644
src/common/ErroyPage/ErroyPage.js
0 → 100644
src/common/FileSaver.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/IconFont/index.js
0 → 100644
src/common/Layout/GlobalFooter/index.js
0 → 100644
src/common/Layout/Header/Header.less
0 → 100644
src/common/Layout/Header/HeaderDropdown.js
0 → 100644
src/common/Layout/Header/HeaderDropdown.less
0 → 100644
src/common/Layout/Header/ScrollBar.js
0 → 100644
src/common/Layout/Header/ScrollBar.less
0 → 100644
src/common/Layout/Header/SelectLang.js
0 → 100644
src/common/Layout/Header/SelectLang.less
0 → 100644
src/common/Layout/Header/api.js
0 → 100644
src/common/Layout/Header/index.js
0 → 100644
src/common/Layout/Header/redux/actions.js
0 → 100644
src/common/Layout/Header/redux/reducers.js
0 → 100644
src/common/Layout/Sider/Menu.js
0 → 100644
src/common/Layout/Sider/Menu.less
0 → 100644
src/common/Layout/Sider/ScrollBar.js
0 → 100644
src/common/Layout/Sider/ScrollBar.less
0 → 100644
src/common/Layout/Sider/Sider.less
0 → 100644
src/common/Layout/Sider/index.js
0 → 100644
src/common/LinkUsers/exportUsers.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/importUsers.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/linkUser.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/redux/actionTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/redux/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LinkUsers/treeSelectPeople.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LookRulesView/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LookRulesView/redux/action.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LookRulesView/redux/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/LookRulesView/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/MessageRemind/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/MessageRemind/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/OssUpload/big.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/OssUpload/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/OssUpload/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/Page/Page.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/Page/Page.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/PublicModal/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/PublicModal/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/SpinLoading/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/SpinLoading/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/SpinUtil/SpinUtil.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/Table/TableCom.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/Table/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/TableBase/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/TableBase/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/SystemUpload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/UploadUtil.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/buttonUpload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/butupload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/plupload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/redux/actionTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UpLoad/redux/reduter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UploadImageCover/cropper.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/UploadImageCover/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/commonComment/commonComment.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/commonFunc.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/commonTextList/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/commonintegral/integral.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/dragTable/dragTable.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/dragTable/dragTable2.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/dragTable/dragTable3.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/dynamicForm/DynamicForm.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/dynamicForm/dynamicForm.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/exportBtn/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/exportBtn/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/exportBtn/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/import/import.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/linkUser/ImportUsers.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/linkUser/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/mediaDisplay/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/option/options.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/option/options2.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/remind/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/remind/trainindex.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/tags/Tags.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/tags/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/task/Task.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/validator.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/validatorForm/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/locales/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/locales/en-US.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/locales/zh-CN.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/main.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/imgs/defaultLogo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/redux/actionTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Dashboard/style/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/Style/login.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/imgages/loginbg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/imgages/loginleft.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/imgages/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/redux/actionTypes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Login/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Main/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Main/style/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/MunuNav/images/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/MunuNav/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/MunuNav/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/MunuNav/logopng.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseManage/comment.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseManage/editcase.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseManage/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseManage/lookcase.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseManage/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseReport/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Case/CaseReport/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/redux/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/table.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Database/upload.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Material/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Material/redux/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Material/redux/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Material/redux/reducer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/OnLine/Material/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/OnLine/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/CompanyManage/Bread.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/CompanyManage/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Operating/CompanyManage/bread.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Operating/CompanyManage/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/CompanyManage/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/CourseSale/add/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/CourseSale/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Operating/CourseSale/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/MenuManager/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/MenuManager/redux/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/MenuManager/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/SiteMaintain/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Operating/SiteMaintain/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/SiteMaintain/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/WechatConfig/Bread.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Operating/WechatConfig/bread.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/WechatConfig/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/WechatConfig/style.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Operating/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/ReportManagement/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/Banner/index.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/Banner/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/Point/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/TaskLog/Detail.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/TaskLog/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/TaskLog/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/SystemManagement/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/TrainingPrograms/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/TrainingTools/Caseadmin/api/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment