Browse Source

禁用umi.js内置的 title 渲染机制 (#6351)

pull/6489/head
海军 6 years ago
committed by GitHub
parent
commit
d4c972a0e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/config.ts

1
config/config.ts

@ -97,6 +97,7 @@ export default defineConfig({
// ...darkTheme,
'primary-color': defaultSettings.primaryColor,
},
title: false,
ignoreMomentLocale: true,
proxy: proxy[REACT_APP_ENV || 'dev'],
manifest: {

Loading…
Cancel
Save