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
bda86d9de6fb310fc995ec751a41a62832f9f210
Authored by
zhangzzzz
2025-05-27 13:52:12 +0800
1 parent
307d638d
自定义浏览器页签名称;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.umirc.ts
.umirc.ts
View file @
bda86d9
...
...
@@ -19,7 +19,7 @@ export default defineConfig({
19
19
routes: [{ path: "*" }],
20
20
},
21
21
],
22
-
22
+ title: "小羚羊EBC前台业务系统",
23
23
npmClient: "pnpm",
24
24
dva: {},
25
25
icons: {
...
...