fix: code workspace path error

This commit is contained in:
vben
2024-06-02 22:13:15 +08:00
parent 30f7472d26
commit 6d4991d852
10 changed files with 86 additions and 6 deletions

View File

@@ -251,7 +251,7 @@ const useTabsStore = defineStore('tabs', {
this._close(currentRoute.value);
await this._goToTab(before, router);
} else {
console.error('关闭标签页失败,当前只剩一个标签页。');
console.error('Failed to close the tab; only one tab remains open.');
}
},
/**

View File

@@ -47,7 +47,7 @@ authentication:
username: 账号
password: 密码
username-tip: 请输入用户名
password-tip: 请输入用户名
password-tip: 请输入密码
remember-me: 记住账号
create-an-account: 创建一个账号
create-account: 创建账号