init commit
上级
正在显示
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.idea/JTWXWebApp.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.roadhogrc.mock.js
0 → 100644
.webpackrc.js
0 → 100644
mock/.gitkeep
0 → 100644
npm
0 → 100644
package.json
0 → 100644
{ | |||
"private": true, | |||
"scripts": { | |||
"start": "roadhog dev", | |||
"build": "set ANALYZE=true & roadhog build", | |||
"lint": "eslint --ext .js src test", | |||
"precommit": "npm run lint" | |||
}, | |||
"dependencies": { | |||
"antd-mobile": "^2.1.6", | |||
"dva": "^2.1.0", | |||
"dva-react-router-3": "^1.0.2", | |||
"lodash": "^4.17.5", | |||
"lowdb": "^1.0.0", | |||
"prop-types": "^15.6.1", | |||
"react": "^16.2.0", | |||
"react-dom": "^16.2.0", | |||
"react-weui": "^1.1.3", | |||
"urijs": "^1.19.1", | |||
"weui": "^1.1.0" | |||
}, | |||
"devDependencies": { | |||
"babel-plugin-dva-hmr": "^0.3.2", | |||
"babel-plugin-import": "^1.6.6", | |||
"eslint": "^4.14.0", | |||
"eslint-config-umi": "^0.1.1", | |||
"eslint-plugin-flowtype": "^2.34.1", | |||
"eslint-plugin-import": "^2.6.0", | |||
"eslint-plugin-jsx-a11y": "^5.1.1", | |||
"eslint-plugin-react": "^7.1.0", | |||
"husky": "^0.12.0", | |||
"redbox-react": "^1.4.3", | |||
"roadhog": "^2.0.0" | |||
} | |||
} |
public/index.html
0 → 100644
src/assets/downselect.png
0 → 100644
200 Bytes
src/assets/drop.png
0 → 100644
163 Bytes
src/assets/dropdown.png
0 → 100644
1.6 KB
src/assets/yay.jpg
0 → 100644
176.7 KB
src/components/CardViewOne.js
0 → 100644
src/components/CardViewTwo.js
0 → 100644
src/components/Example.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/models/Home/home.js
0 → 100644
src/models/example.js
0 → 100644
src/models/login.js
0 → 100644
src/router.js
0 → 100644
src/routes/Home/HomePage.js
0 → 100644
src/routes/IndexPage.css
0 → 100644
src/routes/IndexPage.js
0 → 100644
src/services/bpm.js
0 → 100644
src/services/datasource.js
0 → 100644
src/services/domain.js
0 → 100644
src/services/example.js
0 → 100644
src/services/interfaces.js
0 → 100644
src/services/login.js
0 → 100644
src/services/login/index.js
0 → 100644
src/services/login/password.js
0 → 100644
src/services/login/uca.js
0 → 100644
src/services/login/utils.js
0 → 100644
src/services/main.js
0 → 100644
src/services/modules.js
0 → 100644
src/services/resource.js
0 → 100644
src/services/route.js
0 → 100644
src/services/template.js
0 → 100644
src/services/tools/envers.js
0 → 100644
src/services/uca.js
0 → 100644
src/services/update.js
0 → 100644
src/services/user.js
0 → 100644
src/utils/DataTemplate.js
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/config.js
0 → 100644
src/utils/db.js
0 → 100644
src/utils/delete.js
0 → 100644
src/utils/device.js
0 → 100644
src/utils/dom.js
0 → 100644
src/utils/error.js
0 → 100644
src/utils/filter.js
0 → 100644
src/utils/helper.js
0 → 100644
src/utils/http-helper.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/jsbn/base64.js
0 → 100644
src/utils/jsbn/jsbn.js
0 → 100644
差异被折叠。
src/utils/jsbn/prng4.js
0 → 100644
src/utils/jsbn/rng.js
0 → 100644
src/utils/jsbn/rsa.js
0 → 100644
src/utils/jsencrypt.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/utils/math.js
0 → 100644
差异被折叠。
src/utils/middleware.js
0 → 100644
差异被折叠。
src/utils/polyfill.js
0 → 100644
差异被折叠。
src/utils/post.js
0 → 100644
差异被折叠。
src/utils/promise.js
0 → 100644
差异被折叠。
src/utils/request.js
0 → 100644
差异被折叠。
src/utils/time.js
0 → 100644
差异被折叠。
src/utils/uca.js
0 → 100644
差异被折叠。
webpack.config.js
0 → 100644
差异被折叠。