修改打包模式为哈希

This commit is contained in:
lingling 2024-08-29 15:31:41 +08:00
parent 1b2f1e6374
commit 4855816bb0
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,