新开dev_ssz分支,业主模块相关
Showing
... | ... | @@ -32,11 +32,6 @@ |
"test:component": "umi test ./src/components", | ||
"tsc": "tsc" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"**/*.less": "stylelint --syntax less", | ||
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js", | ||
... | ... | @@ -50,6 +45,7 @@ |
"not ie <= 10" | ||
], | ||
"dependencies": { | ||
"js-export-excel": "^1.1.2", | ||
"@ant-design/icons": "^4.0.0", | ||
"@ant-design/pro-layout": "^5.0.16", | ||
"@ant-design/pro-table": "2.3.4", | ||
... | ... |
src/models/tosUser.ts
0 → 100644
19.3 KB
src/pages/account/style.less
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/services/tosUser.ts
0 → 100644