Skip to content

Commit

Permalink
E:修复引用 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaq committed Feb 11, 2023
1 parent ed148c5 commit c2afa37
Show file tree
Hide file tree
Showing 21 changed files with 2,371 additions and 1,405 deletions.
6 changes: 2 additions & 4 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default defineConfig({
* @doc https://umijs.org/docs/max/antd#antd
*/
antd: {
compact: true
// compact: true
},
/**
* @name 网络请求配置
Expand Down Expand Up @@ -166,9 +166,7 @@ export default defineConfig({
projectName: 'swagger',
},
],
mfsu: {
strategy: 'normal',
},
mfsu: false,
requestRecord: {},
chainWebpack : (config:any) => {
config.resolve.alias.set('@config', path.resolve(__dirname, '..', 'config'));
Expand Down
2 changes: 1 addition & 1 deletion config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default [
routes: [
{ name: 'generator', path: '/dev/generator', component: './dev/generator' },
// { name: 'workflow', path: '/dev/workflow', component: './dev/workflow' },
{ name: 'formschema', path: '/dev/formschema', component: './dev/formschema' }
// { name: 'formschema', path: '/dev/formschema', component: './dev/formschema' }
],
},
{
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"@ant-design/pro-components": "^2.3.37",
"@ant-design/use-emotion-css": "1.0.4",
"@umijs/route-utils": "^2.2.1",
"antd": "^5.0.0",
"antd": "^5.2.0",
"antd-password-input-strength": "2.0.1",
"classnames": "^2.3.2",
"copy-to-clipboard": "3.3.3",
"dynamic-icon": "0.1.4",
"events": "3.3.0",
"lodash": "^4.17.21",
"mathjs": "11.4.0",
"moment": "^2.29.4",
"omit.js": "^2.0.2",
"qs": "6.11.0",
"rc-menu": "^9.6.4",
"rc-util": "^5.24.4",
"react": "^18.0.0",
"react-dev-inspector": "^1.8.1",
"react-dom": "^18.0.0",
"react-helmet-async": "^1.3.0",
"dynamic-icon": "0.1.4",
"events": "3.3.0",
"fr-generator": "2.8.3",
"qs": "6.11.0",
"mathjs": "11.4.0",
"crypto-js":"4.1.1",
"antd-password-input-strength": "2.0.1",
"jscrypto": "1.0.3",
"screenfull": "6.0.2",
"universal-cookie": "4.0.4",
"webpack-open-browser": "2.0.2"
Expand Down
Loading

0 comments on commit c2afa37

Please sign in to comment.