Commit a89ba204eb61165e77c5480f62c255638bf802a6

Authored by 姚文强
Committed by GitHub
1 parent a4520867

fix typo (#2266)

src/store/modules/permission.ts
@@ -206,7 +206,7 @@ export const usePermissionStore = defineStore({ @@ -206,7 +206,7 @@ export const usePermissionStore = defineStore({
206 break; 206 break;
207 207
208 // If you are sure that you do not need to do background dynamic permissions, please comment the entire judgment below 208 // If you are sure that you do not need to do background dynamic permissions, please comment the entire judgment below
209 - // 如果确定不需要做后台动态权限,请在下方评论整个判断 209 + // 如果确定不需要做后台动态权限,请在下方注释整个判断
210 case PermissionModeEnum.BACK: 210 case PermissionModeEnum.BACK:
211 const { createMessage } = useMessage(); 211 const { createMessage } = useMessage();
212 212