修改打包模式为hasa

This commit is contained in:
lingling 2024-12-06 18:37:20 +08:00
parent c8aeaad963
commit d7f4630047
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module.exports = configure(function (/* ctx */) {
node: 'node16',
},
gzip: true,
vueRouterMode: 'history', // available values: 'hash', 'history'
vueRouterMode: 'hash', // available values: 'hash', 'history'
// vueRouterBase,
// vueDevtools,
// vueOptionsAPI: false,