版本回退

This commit is contained in:
2025-08-13 15:27:15 +08:00
parent 64f589fe6b
commit df5b848f08
3 changed files with 17 additions and 17 deletions

View File

@@ -2,10 +2,10 @@ const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
devServer: {
client: {
overlay: false, // 重点:新版写法
// client: {
// overlay: false, // 重点:新版写法
},
// },
historyApiFallback: true,
},
transpileDependencies: true,