fix: code workspace path error
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
@@ -47,7 +47,7 @@ authentication:
|
||||
username: 账号
|
||||
password: 密码
|
||||
username-tip: 请输入用户名
|
||||
password-tip: 请输入用户名
|
||||
password-tip: 请输入密码
|
||||
remember-me: 记住账号
|
||||
create-an-account: 创建一个账号
|
||||
create-account: 创建账号
|
||||
|
Reference in New Issue
Block a user