Skip to content

Commit

Permalink
fix: try to fix the ci error (#4381)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored Sep 12, 2024
1 parent 76a879d commit 9e88b80
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions apps/web-antd/src/views/_core/authentication/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const authStore = useAuthStore();
const MOCK_USER_OPTIONS: BasicOption[] = [
{
label: '超级管理员',
label: 'Super',
value: 'vben',
},
{
label: '管理员',
label: 'Admin',
value: 'admin',
},
{
label: '用户',
label: 'User',
value: 'jack',
},
];
Expand Down
6 changes: 3 additions & 3 deletions apps/web-ele/src/views/_core/authentication/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const authStore = useAuthStore();
const MOCK_USER_OPTIONS: BasicOption[] = [
{
label: '超级管理员',
label: 'Super',
value: 'vben',
},
{
label: '管理员',
label: 'Admin',
value: 'admin',
},
{
label: '用户',
label: 'User',
value: 'jack',
},
];
Expand Down
6 changes: 3 additions & 3 deletions apps/web-naive/src/views/_core/authentication/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const authStore = useAuthStore();
const MOCK_USER_OPTIONS: BasicOption[] = [
{
label: '超级管理员',
label: 'Super',
value: 'vben',
},
{
label: '管理员',
label: 'Admin',
value: 'admin',
},
{
label: '用户',
label: 'User',
value: 'jack',
},
];
Expand Down
2 changes: 1 addition & 1 deletion packages/locales/src/langs/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"requestTimeout": "请求超时,请稍后再试。",
"networkError": "网络异常,请检查您的网络连接后重试。",
"badRequest": "请求错误。请检查您的输入并重试。",
"unauthorized": "登录认证过期请重新登录后继续。",
"unauthorized": "登录认证过期请重新登录后继续。",
"forbidden": "禁止访问, 您没有权限访问此资源。",
"notFound": "未找到, 请求的资源不存在。",
"internalServerError": "内部服务器错误,请稍后再试。"
Expand Down
6 changes: 3 additions & 3 deletions playground/src/views/_core/authentication/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const authStore = useAuthStore();
const MOCK_USER_OPTIONS: BasicOption[] = [
{
label: '超级管理员',
label: 'Super',
value: 'vben',
},
{
label: '管理员',
label: 'Admin',
value: 'admin',
},
{
label: '用户',
label: 'User',
value: 'jack',
},
];
Expand Down
4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"dependsOn": ["^build"],
"outputs": [".nitro/**", ".output/**"]
},
"stub": {},
"stub": {
"cache": false
},
"dev": {
"dependsOn": [],
"outputs": [],
Expand Down

0 comments on commit 9e88b80

Please sign in to comment.