Browse Source

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

海军 5 years ago
parent
commit
d4c972a0e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/config.ts

+ 1 - 0
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: {