Skip to content

Commit

Permalink
代码微调
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Jul 24, 2024
1 parent 580fdb4 commit 7b56acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ export default function createVitePlugins(viteEnv, isBuild = false) {
if (viteEnv.VITE_APP_DISABLE_DEVTOOL === 'true') {
code = code.concat(`
import DisableDevtool from 'disable-devtool'
DisableDevtool()
DisableDevtool({
md5: '1a79a4d60de6718e8e5b326e338ae533',
})
`)
}
return {
Expand Down

0 comments on commit 7b56acd

Please sign in to comment.