更改工作流组件

This commit is contained in:
RockYang
2025-04-03 09:41:06 +08:00
parent a3a2500498
commit 0746cd49f4
6 changed files with 158 additions and 483 deletions

View File

@@ -24,6 +24,9 @@ module.exports = defineConfig({
outputDir: "dist",
crossorigin: "anonymous",
devServer: {
client: {
overlay: false // 关闭错误覆盖层
},
allowedHosts: "all",
port: 8888,
proxy: {