Skip to content

Commit b6ced8a

Browse files
author
lihaipeng
committed
fix: 修改github路径
1 parent d81e14c commit b6ced8a

File tree

1 file changed

+1
-1
lines changed
  • src/commands/create/project_template/src/layouts/components/head

1 file changed

+1
-1
lines changed

src/commands/create/project_template/src/layouts/components/head/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const styleIcon = {
1919
};
2020

2121
const clickGoGithub = () => {
22-
window.open("https://github.com/lili12352/hp-admin-cli");
22+
window.open("https://github.com/lhpCode/bd-admin");
2323
};
2424
const dropLogin = () => {
2525
userInfoStore.dropLogin();

0 commit comments

Comments
 (0)