GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8454bfe4dcb987d677b650f9badb6e54a83dc915
Authored by
zhangzzzz
2025-10-21 15:10:10 +0800
1 parent
2202b89d
打包新增哈希模式;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
.umirc.ts
.umirc.ts
View file @
8454bfe
@@ -38,4 +38,5 @@ export default defineConfig({
@@ -38,4 +38,5 @@ export default defineConfig({
38
},
38
},
39
plugins: ["@umijs/plugins/dist/dva"],
39
plugins: ["@umijs/plugins/dist/dva"],
40
mfsu: false,
40
mfsu: false,
41
+ hash: true,
41
});
42
});