姚文强 2 tahun lalu
induk
melakukan
a89ba204eb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/store/modules/permission.ts

+ 1 - 1
src/store/modules/permission.ts

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